From 06cf4a26186983e21d60838a98f605b2ead56c8b Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 21 Jun 2007 05:37:27 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1719 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/config.inc.php | 2 +- modules/editor/tpl/editor.html | 11 +++++++---- modules/editor/tpl/js/editor.js | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) 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 @@
+ -
- close - {$lang->about_dblclick_in_editor} - +
+
+ close + {$lang->about_dblclick_in_editor} + +
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);