diff -r 9bdc74142164 -r ef74abcf369d cwconfig.py --- a/cwconfig.py Thu Mar 05 11:44:29 2015 +0100 +++ b/cwconfig.py Thu Mar 12 12:29:25 2015 +0100 @@ -279,7 +279,7 @@ ('default-text-format', {'type' : 'choice', 'choices': ('text/plain', 'text/rest', 'text/html', 'text/markdown'), - 'default': 'text/html', # use fckeditor in the web ui + 'default': 'text/plain', 'help': _('default text format for rich text fields.'), 'group': 'ui', }),