cwconfig.py
changeset 10273 ef74abcf369d
parent 10084 eb3681e13ed9
child 10308 3f94034cc972
--- 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',
       }),