From 1f88dbecaea0bb6a6168393224ad2ce2f97f279b Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Mon, 30 Mar 2015 11:45:04 +0900 Subject: [PATCH] Double quotation mark to single quotation mark --- modules/editor/skins/ckeditor/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }