Skip to content

Commit

Permalink
#2301 noescape 명시적 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Sep 27, 2018
1 parent f4bfdab commit a61fe69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/communication/skins/default/send_message.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>{$lang->cmd_send_message}</h1>
<td><input type="checkbox" value="Y" name="send_mail" /> {$lang->cmd_send_mail}</td>
</tr>
</table>
{$editor}
{$editor|noescape}
<div class="btnArea">
<input type="submit" value="{$lang->cmd_send_message}" class="btn btn-inverse" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/widget/tpl/add_content_widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{$lang->cmd_content_insert}</h1>
</div>
<div class="x_modal-body">
<div class="pageAddContent"></div>
<div class="editor">{$editor}</div>
<div class="editor">{$editor|noescape}</div>
<script>xAddEventListener(window, 'load', doSyncPageContent);</script>
</div>
<div class="x_modal-footer">
Expand Down

0 comments on commit a61fe69

Please sign in to comment.