Explicitly declare noescape

This commit is contained in:
Kijin Sung 2018-10-10 13:12:32 +09:00
parent aac678de48
commit 254b83dfd7
12 changed files with 12 additions and 12 deletions

View file

@ -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}