changeset 10273 | ef74abcf369d |
parent 10121 | 23af005426bf |
child 10322 | d7c33cbdce8b |
--- a/web/webconfig.py Thu Mar 05 11:44:29 2015 +0100 +++ b/web/webconfig.py Thu Mar 12 12:29:25 2015 +0100 @@ -49,7 +49,7 @@ }), # user web ui configuration ('fckeditor', - {'type' : 'yn', 'default': True, + {'type' : 'yn', 'default': False, 'help': _('should html fields being edited using fckeditor (a HTML ' 'WYSIWYG editor). You should also select text/html as default ' 'text format to actually get fckeditor.'),