From a355ec4e9c5a28f6f6d7e0d0c2a3be8510a1ab50 Mon Sep 17 00:00:00 2001 From: bnu Date: Thu, 5 Mar 2015 17:25:23 +0900 Subject: [PATCH] =?UTF-8?q?#1087=20IE=20=ED=98=B8=ED=99=98=EC=84=B1=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/skins/ckeditor/editor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index 3611b2ff2..6d61e2ba9 100755 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -82,13 +82,13 @@ { name: 'links' }, { name: 'styles' }, { name: 'colors' }, - { name: 'others' }, + { name: 'others' } ], skin: '{$colorset}', allowedContent: true, contentsCss: '{$content_style_path}/editor.css', removePlugins: 'stylescombo,language', - removeButtons: 'Save,Preview,Print,Cut,Copy,Paste', + removeButtons: 'Save,Preview,Print,Cut,Copy,Paste' }; ckconfig.extraPlugins = 'xe_component'; @@ -113,7 +113,7 @@ 'ckconfig' : ckconfig, 'content': jQuery('[name='+editor_content_key_name+']').val(), 'primary_key': editor_primary_key_name, - 'content_key': editor_content_key_name, + 'content_key': editor_content_key_name }); var INS = pl.getInstance('{$editor_sequence}');