Skip to content

Commit

Permalink
#2301 noescape 명시적 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 8, 2018
1 parent 16e8158 commit 6758c74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/editor/tpl/popup.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
{$popup_content}
{$popup_content|noescape}
</div>
2 changes: 1 addition & 1 deletion modules/editor/tpl/preview.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
top.xAddEventListener(window, 'load', function() { top.showPreviewContent({$editor_sequence}); } );
</script>
{$content}
{$content|noescape}
2 changes: 1 addition & 1 deletion modules/layout/tpl/layout_modify.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<include target="header.html" />
<load target="js/layout_modify.js" />
{$content}
{$content|noescape}

0 comments on commit 6758c74

Please sign in to comment.