Fix #769 #1359 remove problematic characters in board module

This commit is contained in:
Kijin Sung 2020-07-31 15:03:24 +09:00
parent a740f39538
commit 4c9f2ec3a1
4 changed files with 44 additions and 0 deletions

View file

@ -330,6 +330,18 @@
<p class="x_help-block">{$lang->about_cancel_vote}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->filter_specialchars}</label>
<div class="x_controls">
<label class="x_inline">
<input type="radio" id="filter_specialchars_y" name="filter_specialchars" value="Y" checked="checked"|cond="$module_info->filter_specialchars !== 'N'" /> {$lang->cmd_yes}
</label>
<label class="x_inline">
<input type="radio" id="filter_specialchars_n" name="filter_specialchars" value="N" checked="checked"|cond="$module_info->filter_specialchars === 'N'" /> {$lang->cmd_no}
</label>
<p class="x_help-block">{$lang->about_filter_specialchars}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->protect_content}</label>
<div class="x_controls">