Skip to content

Commit 09fe63f

Browse files
BurntimeXdtdesign
andauthored
Apply suggestions from code review
Co-authored-by: Alexander Ebert <[email protected]>
1 parent 3e56b31 commit 09fe63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.woltlab.wcf/templates/shared_wysiwygPreviewFormButton.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'{unsafe:$button->getPrefixedWysiwygId()|encodeJS}',
1212
'{unsafe:$button->getPrefixedId()|encodeJS}',
1313
'{unsafe:$button->getObjectType()->objectType|encodeJS}',
14-
'{unsafe:$button->getObjectId()}'
14+
'{unsafe:$button->getObjectId()|encodeJS}'
1515
);
1616
});
1717
</script>

0 commit comments

Comments
 (0)