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());