Fix syntax error in wysiwyg.tpl if editor is localized
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 May 2023 08:01:50 +0000 (10:01 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 May 2023 08:01:50 +0000 (10:01 +0200)
com.woltlab.wcf/templates/wysiwyg.tpl
wcfsetup/install/files/acp/templates/wysiwyg.tpl

index 24c943b9cd9dd711b2131bc1565af4355f0ca9d4..eea9f653464ed292ca82df3cc79a47bfeabcf74c 100644 (file)
@@ -5,7 +5,7 @@
 <script data-relocate="true">
        require([
                "WoltLabSuite/Core/Component/Ckeditor",
-               "WoltLabSuite/Core/prism-meta"
+               "WoltLabSuite/Core/prism-meta",
                {@$__wcf->getBBCodeHandler()->getEditorLocalization()}
        ], (
                { setupCkeditor },
index 24c943b9cd9dd711b2131bc1565af4355f0ca9d4..eea9f653464ed292ca82df3cc79a47bfeabcf74c 100644 (file)
@@ -5,7 +5,7 @@
 <script data-relocate="true">
        require([
                "WoltLabSuite/Core/Component/Ckeditor",
-               "WoltLabSuite/Core/prism-meta"
+               "WoltLabSuite/Core/prism-meta",
                {@$__wcf->getBBCodeHandler()->getEditorLocalization()}
        ], (
                { setupCkeditor },