From f187d7c9553b30aabff045f2e1ee9d53f57f7e11 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 19 Jun 2009 06:38:25 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=EC=9D=98=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=84=9C=EC=8B=9D=EC=9D=84=20default?= =?UTF-8?q?=EB=A1=9C=20=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(=ED=8E=B8=EC=A7=91=EC=8B=9C=EC=97=90=EB=8A=94=20=EB=B0=98?= =?UTF-8?q?=EC=98=81=EC=9D=B4=20=EC=9E=98=EB=90=98=EB=82=98=20=EA=B2=B0?= =?UTF-8?q?=EA=B3=BC=EB=A5=BC=20=EB=B3=BC=20=EB=95=8C=20=EB=B0=98=EC=98=81?= =?UTF-8?q?=20=EC=95=88=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=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@6603 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/editor.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/editor.model.php b/modules/editor/editor.model.php index a49b9c404..1456a99c0 100644 --- a/modules/editor/editor.model.php +++ b/modules/editor/editor.model.php @@ -48,7 +48,7 @@ if(!$editor_config->editor_skin) $editor_config->editor_skin = 'xpresseditor'; if(!$editor_config->comment_editor_skin) $editor_config->comment_editor_skin = 'xpresseditor'; - //if(!$editor_config->content_style) $editor_config->content_style = 'xeStyle'; + if(!$editor_config->content_style) $editor_config->content_style = 'default'; return $editor_config; }