[-] Core : fixed smarty escape htmlall > html

This commit is contained in:
Damien Metzger
2013-11-22 09:47:15 +01:00
parent 47531534fc
commit c095d8f1ca
209 changed files with 759 additions and 759 deletions
@@ -156,7 +156,7 @@
</dl>
<dl class="dl-horizontal">
<dt>{l s='Message:'}</dt>
<dd>{$message.message|escape:'htmlall':'UTF-8'|nl2br}</dd>
<dd>{$message.message|escape:'html':'UTF-8'|nl2br}</dd>
</dl>
</div>
</div>