From 3d071f1b8e382fe3281f0e60d87b3bf89adfa540 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 12 Mar 2013 10:25:16 +0900 Subject: [PATCH] =?UTF-8?q?ckeditor=20=EC=A7=84=EC=9E=85=20=EC=A0=84=20#30?= =?UTF-8?q?7=20=EC=9D=98=EA=B2=AC9=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20?= =?UTF-8?q?=EC=9B=B9=EC=97=90=EB=94=94=ED=84=B0=20=EC=95=88=EB=82=B4=20?= =?UTF-8?q?=EB=A9=94=EC=84=B8=EC=A7=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/ckeditor/ckeditor.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbs/ckeditor/ckeditor.lib.php b/bbs/ckeditor/ckeditor.lib.php index b27798394..7781b0c24 100644 --- a/bbs/ckeditor/ckeditor.lib.php +++ b/bbs/ckeditor/ckeditor.lib.php @@ -7,6 +7,7 @@ function editor_html($id, $content, $ckeditor=true, $class="") static $js = true; $html = ""; + $html .= "웹에디터 시작"; if ($js) { $html .= "\n".''; $html .= "\n".''; @@ -16,6 +17,7 @@ function editor_html($id, $content, $ckeditor=true, $class="") $ckeditor_class = $ckeditor ? "ckeditor" : ""; $html .= "\n"; + $html .= "\n웹 에디터 끝"; return $html; }