1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00
This commit is contained in:
farr3ll
2012-12-02 07:13:56 +02:00
parent 2c25b37318
commit ec4ebf0752

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',