diff --git a/modules/blog/skins/xe_blog/comment.html b/modules/blog/skins/xe_blog/comment.html
index 062b63416..566f2a5f4 100644
--- a/modules/blog/skins/xe_blog/comment.html
+++ b/modules/blog/skins/xe_blog/comment.html
@@ -1,3 +1,5 @@
+
+
diff --git a/modules/blog/skins/xe_blog/comment_form.html b/modules/blog/skins/xe_blog/comment_form.html
index 822d34006..66d9bc5cf 100644
--- a/modules/blog/skins/xe_blog/comment_form.html
+++ b/modules/blog/skins/xe_blog/comment_form.html
@@ -1,4 +1,3 @@
-
diff --git a/modules/blog/skins/xe_blog/js/blog.js b/modules/blog/skins/xe_blog/js/blog.js
index f2ae6f701..c2736fd31 100644
--- a/modules/blog/skins/xe_blog/js/blog.js
+++ b/modules/blog/skins/xe_blog/js/blog.js
@@ -68,6 +68,7 @@ function completeCommentEditorForm(ret_obj) {
// 에디터 실행
editorStart(upload_target_srl, true, 100);
+ editor_upload_init(upload_target_srl);
}
/**