diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js
index 47cb724c8..c77489863 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);