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

@ -6,7 +6,7 @@
{$lang->get('admin.msg_blacklisted_reason.'.$blacklisted_plugin_name)}
</p>
</div>
{$content}
{$content|noescape}
</div>
<include target="./_footer.html" />

View file

@ -1,7 +1,7 @@
<include target="./_admin_common.html" />
<div class="x">
<div class="content" id="content">
{$content}
{$content|noescape}
</div>
</div>
<script>opener.top.fullSetupWinLoaded();</script>