Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
RVE-2023-2
Browse files Browse the repository at this point in the history
  • Loading branch information
YJSoft committed Sep 13, 2023
1 parent 231b080 commit 36057c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/editor/tpl/preview.html
@@ -1,4 +1,4 @@
<script>
top.xAddEventListener(window, 'load', function() { top.showPreviewContent({$editor_sequence}); } );
top.xAddEventListener(window, 'load', function() { top.showPreviewContent({intval($editor_sequence)}); } );
</script>
{$content|noescape}
{removeHackTag($content)|noescape}

0 comments on commit 36057c9

Please sign in to comment.