summaryrefslogtreecommitdiffstats
path: root/core/templates/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/error.php')
-rw-r--r--core/templates/error.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/error.php b/core/templates/error.php
index 4f05e008f99..3305f3fba9c 100644
--- a/core/templates/error.php
+++ b/core/templates/error.php
@@ -1,8 +1,8 @@
<ul>
<?php foreach($_["errors"] as $error):?>
<li class='error'>
- <?php echo $error['error'] ?><br/>
- <p class='hint'><?php if(isset($error['hint']))echo $error['hint'] ?></p>
+ <?php p($error['error']) ?><br/>
+ <p class='hint'><?php if(isset($error['hint']))p($error['hint']) ?></p>
</li>
<?php endforeach ?>
</ul>