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