From: Wilfried Göesgens Date: Mon, 4 May 2009 19:23:42 +0000 (+0000) Subject: * make tinymce give us utf-8 rather than html entities. Thanks to sorrow for digging... X-Git-Tag: v7.86~1199 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=cac853811e71794ee972693bad2720245d50c772;p=citadel.git * make tinymce give us utf-8 rather than html entities. Thanks to sorrow for digging deeper into this. --- diff --git a/webcit/static/t/richedit.html b/webcit/static/t/richedit.html index 00ba911ed..bdf292ccf 100644 --- a/webcit/static/t/richedit.html +++ b/webcit/static/t/richedit.html @@ -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" });