aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/error.php')
-rw-r--r--core/templates/error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/error.php b/core/templates/error.php
index 030fbf07fcb..6e044b72414 100644
--- a/core/templates/error.php
+++ b/core/templates/error.php
@@ -1,7 +1,7 @@
<ul class="error-wide">
<?php foreach($_["errors"] as $error):?>
<li class='error'>
- <?php p($error['error']) ?><br/>
+ <?php p($error['error']) ?><br>
<?php if(isset($error['hint']) && $error['hint']): ?>
<p class='hint'><?php print_unescaped($error['hint']) ?></p>
<?php endif;?>