From f722850c7c6e9fbcb60b980f1f5d38a398005187 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 21 Jan 2011 05:12:57 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= 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@8041 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xe_interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xeed/js/xe_interface.js b/modules/editor/skins/xeed/js/xe_interface.js index 798f1f902..d2ca56dbd 100644 --- a/modules/editor/skins/xeed/js/xe_interface.js +++ b/modules/editor/skins/xeed/js/xe_interface.js @@ -35,7 +35,7 @@ function editorStart_xe(editor_seq, primary_key, content_key, editor_height, col xeed.cast('REGISTER_FILTER', ['in', inline_styled['in']]); xeed.cast('REGISTER_FILTER', ['out', inline_styled['out']]); xeed.cast('REGISTER_FILTER', ['r2t', auto_br.br2ln]); - xeed.cast('REGISTER_FILTER', ['out', auto_br.br2ln]); + xeed.cast('REGISTER_FILTER', ['out', auto_br.ln2br]); xeed.cast('REGISTER_FILTER', ['t2r', auto_br.ln2br]); // Set standard API