diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index 7792cc324..318417914 100755 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -50,7 +50,7 @@ {@ $xe_component = array(); } - {@ $xe_component[] = $component_name . ":'" . htmlentities($component->title, ENT_QUOTES, "UTF-8") . "'"; } + {@ $xe_component[] = $component_name . ":'" . htmlentities($component->title, ENT_QUOTES, 'UTF-8') . "'"; } {@ $xe_component = implode(',', $xe_component); }