mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Explicitly declare noescape
This commit is contained in:
parent
56f20e84c0
commit
aac678de48
27 changed files with 33 additions and 33 deletions
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<div class="x_modal-body">
|
||||
<div class="pageAddContent"></div>
|
||||
<div class="editor">{$editor}</div>
|
||||
<div class="editor">{$editor|noescape}</div>
|
||||
<script>xAddEventListener(window, 'load', doSyncPageContent);</script>
|
||||
</div>
|
||||
<div class="x_modal-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue