From a4daa806f60a29e494f588c4e766737ca4a2f623 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 16 Apr 2009 02:33:00 +0000 Subject: [PATCH] =?UTF-8?q?XpressEditor=EC=9D=98=20XHTMLFormatter=EC=9D=B4?= =?UTF-8?q?=20=EC=95=88=EC=A0=95=ED=99=94=EB=90=A0=EB=95=8C=EA=B9=8C?= =?UTF-8?q?=EC=A7=80=20=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6127 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/js/xe_interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xpresseditor/js/xe_interface.js b/modules/editor/skins/xpresseditor/js/xe_interface.js index d1101e957..94039633a 100644 --- a/modules/editor/skins/xpresseditor/js/xe_interface.js +++ b/modules/editor/skins/xpresseditor/js/xe_interface.js @@ -87,7 +87,7 @@ function editorStart_xe(editor_sequence, primary_key, content_key, editor_height oEditor.registerPlugin(new xe.MessageManager(oMessageMap)); oEditor.registerPlugin(new xe.XE_Toolbar(elAppContainer)); - oEditor.registerPlugin(new xe.XE_XHTMLFormatter); + //oEditor.registerPlugin(new xe.XE_XHTMLFormatter); oEditor.registerPlugin(new xe.XE_GET_WYSYWYG_MODE(editor_sequence)); oEditor.registerPlugin(new xe.XE_GET_WYSYWYG_CONTENT());