Explicitly declare noescape

This commit is contained in:
Kijin Sung 2018-10-10 13:08:24 +09:00
parent 56f20e84c0
commit aac678de48
27 changed files with 33 additions and 33 deletions

View file

@ -35,7 +35,7 @@
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail} <span class="explanation">{$lang->msg_send_mail_privacy}</span></td>
</tr>
</table>
{$editor}
{$editor|noescape}
<div class="btnArea">
<input type="submit" value="{$lang->cmd_send_message}" class="btn btn-inverse" />
</div>