에디터의 기본 서식을 default로 하도록 수정 (편집시에는 반영이 잘되나 결과를 볼 때 반영 안되는 문제 수정)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6603 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-19 06:38:25 +00:00
parent 677ac4e1a4
commit f187d7c955

View file

@ -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;
}