에디터 서식 지정시 댓글 서식을 별도로 지정할 수 있도록 수정

하지만 본문 출력시에는 문서 서식 css만 load 가능 함
(입력폼을 위한 서식 분리로 보는 것이 맞음)


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7013 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-12-08 05:26:21 +00:00
parent 2809771145
commit 4ea14b7ea4
3 changed files with 12 additions and 2 deletions

View file

@ -239,7 +239,7 @@
$config->enable_autosave = $editor_config->enable_autosave;
} else {
$config->editor_skin = $editor_config->comment_editor_skin;
$config->content_style = $editor_config->content_style;
$config->content_style = $editor_config->comment_content_style;
$config->content_font = $editor_config->content_font;
$config->content_font_size = $editor_config->content_font_size;
$config->sel_editor_colorset = $editor_config->sel_comment_editor_colorset;