mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Explicitly declare noescape
This commit is contained in:
parent
aac678de48
commit
254b83dfd7
12 changed files with 12 additions and 12 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<div loop="$formTags=>$formTag" class="x_control-group">
|
||||
<label class="x_control-label" for="{$formTag->name}">{$formTag->title}</label>
|
||||
<div class="x_controls" cond="$formTag->name != 'signature'">{$formTag->inputTag}</div>
|
||||
<div class="x_controls" cond="$formTag->name =='signature'">{$editor}</div>
|
||||
<div class="x_controls" cond="$formTag->name =='signature'">{$editor|noescape}</div>
|
||||
</div>
|
||||
<style scoped>
|
||||
.xpress-editor>#smart_content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue