mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
Issue 2850, [maserati] problem of added slashes in content since font-family css
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12626 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
236af09a5c
commit
bcb1afcab0
2 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ class editorModel extends editor
|
|||
if(!$option->content_style) $option->content_style = 'default';
|
||||
Context::set('content_style', $option->content_style);
|
||||
// Default font setting
|
||||
Context::set('content_font', $option->content_font);
|
||||
Context::set('content_font', addslashes($option->content_font));
|
||||
Context::set('content_font_size', $option->content_font_size);
|
||||
|
||||
// Option setting to allow auto-save
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue