Skip to content
Snippets Groups Projects
Commit 91f486d0 authored by Tim Steiner's avatar Tim Steiner
Browse files

Update some tinyMCE settings to hopefully make IE work better.

parent adf40111
No related branches found
No related tags found
No related merge requests found
...@@ -30,5 +30,8 @@ tinyMCE.init({ ...@@ -30,5 +30,8 @@ tinyMCE.init({
+ "-sup," + "-sup,"
+ "-span[style]," + "-span[style],"
+ "br", + "br",
cleanup_callback : "myCustomCleanup" cleanup_callback : "myCustomCleanup",
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : ''
}); });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment