diff --git a/htdocs/js/tiny_mce.js b/htdocs/js/tiny_mce.js
index 3a1dd75cdb552b7e8099a4f83116eb74cb635347..a55d747b580dd005fd4debfcdad633a20ef14524 100644
--- a/htdocs/js/tiny_mce.js
+++ b/htdocs/js/tiny_mce.js
@@ -1,5 +1,6 @@
 tinyMCE.init({
-	mode: "textareas",
+	mode: "exact",
+	elements : "body",
 	height: "100%",
 	plugins: "safari,fullscreen,inlinepopups",
 	theme: "advanced",
@@ -267,4 +268,3 @@ valid_elements : ""
   +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
   +"|title]"
 })
-