From 91f486d08b52f386d8e9beb2a8ebac5969a99a0f Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Thu, 20 Oct 2011 19:34:45 +0000 Subject: [PATCH] Update some tinyMCE settings to hopefully make IE work better. --- document_root/javascript/tinymce.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/document_root/javascript/tinymce.js b/document_root/javascript/tinymce.js index 174f6fc0..65b42b51 100644 --- a/document_root/javascript/tinymce.js +++ b/document_root/javascript/tinymce.js @@ -30,5 +30,8 @@ tinyMCE.init({ + "-sup," + "-span[style]," + "br", - cleanup_callback : "myCustomCleanup" + cleanup_callback : "myCustomCleanup", + force_br_newlines : true, + force_p_newlines : false, + forced_root_block : '' }); \ No newline at end of file -- GitLab