From edbdcb7a0e69471bf8d04e451137c6ddd56a27b8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 6 Jul 2012 15:25:13 +0530 Subject: [PATCH] change tinymce settings --- mofca/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mofca/settings.py b/mofca/settings.py index bede8e5..1feb562 100644 --- a/mofca/settings.py +++ b/mofca/settings.py @@ -30,7 +30,9 @@ TINYMCE_DEFAULT_CONFIG = { 'theme': "advanced", 'relative_urls': False, 'plugins': "table,spellchecker,paste,searchreplace", - 'height': 400 + 'height': 400, + 'remove_linebreaks': False + } # Local time zone for this installation. Choices can be found here: