]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/richedit.html
Commit of files where headers or other places refering to the placing of .css files...
[citadel.git] / webcit / static / t / richedit.html
index 00ba911eddc0db9101bd450974e1df8342e3e7e9..75fabbdd84d904583b06c6b5cc469e932929f256 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/styles/webcit-tinymce.css",
+       entity_encoding : "raw"
 });
 </script>