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

@ -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>