From cac853811e71794ee972693bad2720245d50c772 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 4 May 2009 19:23:42 +0000 Subject: [PATCH] * make tinymce give us utf-8 rather than html entities. Thanks to sorrow for digging deeper into this. --- webcit/static/t/richedit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }); -- 2.39.2