mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Explicitly declare noescape
This commit is contained in:
parent
aac678de48
commit
254b83dfd7
12 changed files with 12 additions and 12 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<label for="{$formTag->name}">{$formTag->title}</label>
|
||||
<div cond="$formTag->name != 'signature'">{$formTag->inputTag}</div>
|
||||
<div cond="$formTag->name =='signature'">
|
||||
{$editor}
|
||||
{$editor|noescape}
|
||||
</div>
|
||||
</li>
|
||||
<li><label for="mailing" class="db fb al">{$lang->allow_mailing}</label><input id="mailing" type="checkbox" name="allow_mailing" value="Y" class="checkbox" <!--@if($member_info->allow_mailing!='N')-->checked="checked"<!--@end--> /> <p style="color:#666">{$lang->about_allow_mailing}</p></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue