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

@ -44,7 +44,7 @@
<block loop="Context::getOpenGraphData() => $og_metadata">
<meta property="{$og_metadata['property']}" content="{$og_metadata['content']}" />
</block>
{Context::getHtmlHeader()}
{Context::getHtmlHeader()|noescape}
<!-- COMMON JS VARIABLES -->
<script>
@ -63,12 +63,12 @@
</head>
<!-- BODY START -->
<body{Context::getBodyClass()}>
<body{Context::getBodyClass()|noescape}>
<!-- PAGE CONTENT -->
{Context::getBodyHeader()}
{$content}
{Context::getHtmlFooter()}
{Context::getBodyHeader()|noescape}
{$content|noescape}
{Context::getHtmlFooter()|noescape}
<!-- ETC -->
<div id="rhymix_waiting" class="wfsr" cond="!$m">{$lang->msg_call_server}</div>