From 3ccb78c01141f8583f135c7af6df0b45e9d2f9b1 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 18 Mar 2013 14:55:37 +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=EC=9D=BC=20=EA=B2=BD=EC=9A=B0=EC=97=90=EB=A7=8C=20?= =?UTF-8?q?=EB=8B=A8=EC=B6=95=ED=82=A4=20=EC=9D=BC=EB=9E=8C=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/ckeditor/ckeditor.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bbs/ckeditor/ckeditor.lib.php b/bbs/ckeditor/ckeditor.lib.php index 2a429f4f5..eac4f9835 100644 --- a/bbs/ckeditor/ckeditor.lib.php +++ b/bbs/ckeditor/ckeditor.lib.php @@ -8,7 +8,8 @@ function editor_html($id, $content, $ckeditor=true, $class="") $html = ""; $html .= "웹에디터 시작"; - $html .= ''; + if ($ckeditor) + $html .= ''; if ($js) { $html .= "\n".'';