modified editor default font

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11997 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-10-31 07:34:13 +00:00
parent 44df157536
commit 1b6abfc6a3
3 changed files with 5 additions and 5 deletions

View file

@ -135,7 +135,7 @@
$config->comment_editor_skin = $configVars->comment_editor_skin;
$config->comment_editor_height = $configVars->comment_editor_height;
$config->content_style = $configVars->content_style;
$config->content_font = $configVars->content_font;
$config->content_font = addslashes($configVars->content_font);
$config->content_font_size= $configVars->content_font_size.'px';
$config->sel_editor_colorset= $configVars->sel_editor_colorset;
$config->sel_comment_editor_colorset= $configVars->sel_comment_editor_colorset;