1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Merge pull request #33 from farr3ll/master

Issue #24 - Thanks to farr3ll!
This commit is contained in:
Cameron 2012-12-02 01:59:00 -08:00
commit 5acd5d998b

View File

@ -261,11 +261,11 @@ class wysiwyg
// 'theme_advanced_statusbar_location' => 'bottom',
'theme_advanced_resizing' => 'false',
'remove_linebreaks' => 'true',
'remove_linebreaks' => 'false',
'extended_valid_elements' => vartrue($config['extended_valid_elements']),
// 'pagebreak_separator' => "[newpage]",
'apply_source_formatting' => 'false',
'invalid_elements' => 'p,font,align,script,applet',
'apply_source_formatting' => 'true',
'invalid_elements' => 'font,align,script,applet',
'auto_cleanup_word' => 'true',
'cleanup' => 'true',
'convert_fonts_to_spans' => 'true',