diff --git a/config/config.inc.php b/config/config.inc.php
index ef2d202c3..dfd823245 100644
--- a/config/config.inc.php
+++ b/config/config.inc.php
@@ -24,7 +24,7 @@
* 2 : 1 + DB 쿼리
* 3 : 모든 로그
**/
- define('__DEBUG__', 2);
+ define('__DEBUG__', 1);
/**
* @brief 간단하게 사용하기 위한 함수 정의한 파일 require
diff --git a/modules/editor/tpl/editor.html b/modules/editor/tpl/editor.html
index 1a55a4ded..74a8520bc 100644
--- a/modules/editor/tpl/editor.html
+++ b/modules/editor/tpl/editor.html
@@ -105,11 +105,14 @@
+
-
-

- {$lang->about_dblclick_in_editor}
-
{$lang->edit->help_use_paragrapth}
+
+
+

+ {$lang->about_dblclick_in_editor}
+
{$lang->edit->help_use_paragrapth}
+
diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js
index c77489863..ff15dda9d 100755
--- a/modules/editor/tpl/js/editor.js
+++ b/modules/editor/tpl/js/editor.js
@@ -29,7 +29,7 @@ function editorStart(upload_target_srl, resizable, height) {
// iframe_area를 찾음
var iframe_area = xGetElementById("editor_iframe_area_"+upload_target_srl);
- xInnerHtml(iframe_area, "
");
+ xInnerHtml(iframe_area, '
');
// iframe obj를 찾음
var iframe_obj = editorGetIFrame(upload_target_srl);