From dfb1c469dcdb33167a6a41a5399aa8aa67578f2e Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 6 Jul 2012 15:31:35 +0530 Subject: [PATCH] force_br_newlines --- mofca/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mofca/settings.py b/mofca/settings.py index 1feb562..a808a98 100644 --- a/mofca/settings.py +++ b/mofca/settings.py @@ -31,8 +31,8 @@ TINYMCE_DEFAULT_CONFIG = { 'relative_urls': False, 'plugins': "table,spellchecker,paste,searchreplace", 'height': 400, - 'remove_linebreaks': False - + 'remove_linebreaks': False, + 'force_br_newlines': True } # Local time zone for this installation. Choices can be found here: