From 097495469064420792af1618d88945bc87d2020b Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 21 Jan 2011 05:16:26 +0000 Subject: [PATCH] =?UTF-8?q?r8039=20=EB=B3=B4=EC=99=84.=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=A4=84=EB=B0=94=EA=BF=88=20'in=20=ED=95=84?= =?UTF-8?q?=ED=84=B0'=20=EC=B6=94=EA=B0=80?= 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@8042 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xe_interface.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/editor/skins/xeed/js/xe_interface.js b/modules/editor/skins/xeed/js/xe_interface.js index d2ca56dbd..21e689f23 100644 --- a/modules/editor/skins/xeed/js/xe_interface.js +++ b/modules/editor/skins/xeed/js/xe_interface.js @@ -35,8 +35,9 @@ 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.ln2br]); + xeed.cast('REGISTER_FILTER', ['in', auto_br.br2ln]); xeed.cast('REGISTER_FILTER', ['t2r', auto_br.ln2br]); + xeed.cast('REGISTER_FILTER', ['out', auto_br.ln2br]); // Set standard API editorRelKeys[editor_seq] = {