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".'';