X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Frichedit.html;fp=webcit%2Fstatic%2Ft%2Frichedit.html;h=0f5b6d2a666bbda15b0ec34d65a702ca5df48181;hb=225856d6c301bcb70d70fb4768107ea56fae6d75;hp=d642d45ac7a76bab7b0f19ba746c76688f384f4d;hpb=225dd04dbe1f36c04a8d62a32db6111d99d6ac70;p=citadel.git diff --git a/webcit/static/t/richedit.html b/webcit/static/t/richedit.html index d642d45ac..0f5b6d2a6 100644 --- a/webcit/static/t/richedit.html +++ b/webcit/static/t/richedit.html @@ -11,6 +11,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 : "", + theme_advanced_toolbar_location : "top", content_css : "static/styles/webcit-tinymce.css", entity_encoding : "raw" });