mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
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:
parent
44df157536
commit
1b6abfc6a3
3 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue