mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Explicitly declare noescape
This commit is contained in:
parent
56f20e84c0
commit
aac678de48
27 changed files with 33 additions and 33 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{$lang->get('admin.msg_blacklisted_reason.'.$blacklisted_plugin_name)}
|
||||
</p>
|
||||
</div>
|
||||
{$content}
|
||||
{$content|noescape}
|
||||
</div>
|
||||
<include target="./_footer.html" />
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue