Explicitly declare noescape

This commit is contained in:
Kijin Sung 2018-10-10 13:08:24 +09:00
parent 56f20e84c0
commit aac678de48
27 changed files with 33 additions and 33 deletions

View file

@ -19,7 +19,7 @@
<!--@end-->
<!--@end-->
</div>
{$content}
{$content|noescape}
<ul class="ft">
<!--@if($is_logged)-->
<li class="fl"><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>