allow unit tests to pass

This commit is contained in:
El RIDO
2022-10-23 09:12:31 +02:00
parent f4000150fa
commit 2a162d075c
2 changed files with 7 additions and 1 deletions

View File

@@ -17,7 +17,9 @@ if (empty($ERROR)) :
<?php
else:
?>
<p><?php echo I18n::_('Could not create paste: %s', $ERROR); ?></p>
<div id="errormessage">
<p><?php echo I18n::_('Could not create paste: %s', $ERROR); ?></p>
</div>
<?php
endif;
?>