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;
}
diff --git a/bbs/new.php b/bbs/new.php
index d2b2c3978..723313487 100644
--- a/bbs/new.php
+++ b/bbs/new.php
@@ -33,7 +33,7 @@ $total_page = ceil($total_count / $rows); // 전체 페이지 계산
if (!$page) $page = 1; // 페이지가 없으면 첫 페이지 (1 페이지)
$from_record = ($page - 1) * $rows; // 시작 열을 구함
-$group_select = '