Skip to content
Snippets Groups Projects
Commit 630ee644 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Don't sanitize error message hint

parent 145fb180
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<?php foreach($_["errors"] as $error):?>
<li class='error'>
<?php p($error['error']) ?><br/>
<p class='hint'><?php if(isset($error['hint']))p($error['hint']) ?></p>
<p class='hint'><?php if(isset($error['hint']))print_unescaped($error['hint']) ?></p>
</li>
<?php endforeach ?>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment