* make tinymce give us utf-8 rather than html entities. Thanks to sorrow for digging...
authorWilfried Göesgens <willi@citadel.org>
Mon, 4 May 2009 19:23:42 +0000 (19:23 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 4 May 2009 19:23:42 +0000 (19:23 +0000)
webcit/static/t/richedit.html

index 00ba911eddc0db9101bd450974e1df8342e3e7e9..bdf292ccfce9b52393934f6b2a25be2a41a98c82 100644 (file)
@@ -9,6 +9,7 @@ tinyMCE.init({
        theme_advanced_buttons1 : "bold, italic, underline, strikethrough, justifyleft, justifycenter, justifyright, justifyfull, blockquote, bullist, numlist, cut, copy, paste, link, image, help, forecolor, iespell, code",
        theme_advanced_buttons2 : "",
        theme_advanced_buttons3 : "",
-       content_css : "static/webcit-tinymce.css"
+       content_css : "static/webcit-tinymce.css",
+       entity_encoding : "raw"
 });
 </script>