diff --git a/document_root/javascript/tinymce.js b/document_root/javascript/tinymce.js
index 174f6fc0b15602e101c3a6e0e33e23e371ae6f57..65b42b5195c5e4c5bb6ef11f3dab5ce650e8e095 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