From 41a3385e993c7a27451f0bc7e581014232b8b2a4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 20 Mar 2014 09:02:55 +0900 Subject: [PATCH] =?UTF-8?q?dhtml=20=EC=97=90=EB=94=94=ED=84=B0=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=ED=95=98=EC=A7=80=20=EC=95=8A=EC=9D=84=20=EB=95=8C?= =?UTF-8?q?=EB=8F=84=20=EC=97=90=EB=94=94=ED=84=B0=20js=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EB=A1=9C=EB=93=9C=ED=95=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=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 --- plugin/editor/ckeditor4/editor.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/editor/ckeditor4/editor.lib.php b/plugin/editor/ckeditor4/editor.lib.php index 6f53df5fb..06ef5a1f3 100644 --- a/plugin/editor/ckeditor4/editor.lib.php +++ b/plugin/editor/ckeditor4/editor.lib.php @@ -13,7 +13,7 @@ function editor_html($id, $content, $is_dhtml_editor=true) if ($is_dhtml_editor) $html .= ''; - if ($js) { + if ($is_dhtml_editor && $js) { $html .= "\n".''; $html .= "\n".''; $html .= "\n".'';