Explicitly declare noescape

This commit is contained in:
Kijin Sung 2018-10-10 13:12:32 +09:00
parent aac678de48
commit 254b83dfd7
12 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<load target="./js/document_admin.js" />
{$content}
{$content|noescape}
<div class="btnArea">
<button class="btn" type="button" onclick="window.close();return false;">{$lang->cmd_close}</button>
</div>

View file

@ -7,7 +7,7 @@
{$val->name}: {$val->getValueHtml()}
<!--@end-->
<!--@end-->
{$oDocument->getContent(false, false)}
{$oDocument->getContent(false, false)|noescape}
<script>
jQuery(window).load(function() { window.print(); } );
</script>