Skip to content

Commit

Permalink
管理画面のお知らせがエスケープされていたので nofilter を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed May 13, 2021
1 parent 55ba242 commit cefd605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/home.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<!--{foreach item=info from=$arrInfo}-->
<dl class="home-info-item">
<dt class="date"><!--{$info.disp_date|sfDispDBDate:false|h}--></dt>
<dt class="title"><!--{$info.title}--></dt>
<dd class="body"><!--{$info.body}--></dd>
<dt class="title"><!--{$info.title nofilter}--></dt>
<dd class="body"><!--{$info.body nofilter}--></dd>
</dl>
<!--{/foreach}-->
</div>
Expand Down

0 comments on commit cefd605

Please sign in to comment.