mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Explicitly declare noescape
This commit is contained in:
parent
56f20e84c0
commit
aac678de48
27 changed files with 33 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<form onSubmit="return false">
|
||||
<input type="hidden" name="dummy_content" />
|
||||
<input type="hidden" name="dummy_key" value="1" />
|
||||
<p>{$editor}</p>
|
||||
<p>{$editor|noescape}</p>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@
|
|||
<form>
|
||||
<input type="hidden" name="primary_key" id="primary_key" value="" />
|
||||
<input type="hidden" name="content" id="content" value="" />
|
||||
{$editor}
|
||||
{$editor|noescape}
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<div>
|
||||
{$popup_content}
|
||||
{$popup_content|noescape}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<script>
|
||||
top.xAddEventListener(window, 'load', function() { top.showPreviewContent({$editor_sequence}); } );
|
||||
</script>
|
||||
{$content}
|
||||
{$content|noescape}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue