mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 21:03:19 +09:00
Explicitly declare noescape
This commit is contained in:
parent
aac678de48
commit
254b83dfd7
12 changed files with 12 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue