mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Explicitly declare noescape
This commit is contained in:
parent
56f20e84c0
commit
aac678de48
27 changed files with 33 additions and 33 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</header>
|
||||
<hr class="head_hr" />
|
||||
<section id="ct" class="ct">
|
||||
{$content}
|
||||
{$content|noescape}
|
||||
</section>
|
||||
<footer class="lo_foot">
|
||||
<ul class="link">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<div class="fr"><a href="{getUrl('act','dispMenuMenu','menu_srl',$layout_info->menu->main_menu->menu_srl)}" class="bn">{$lang->menu}</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
{$content}
|
||||
{$content|noescape}
|
||||
<ul class="eg ft">
|
||||
<!--@if($is_logged)-->
|
||||
<li class="fl"><a href="{getUrl('act','dispMemberLogout')}">{$lang->cmd_logout}</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue