Commit of files where headers or other places refering to the placing of .css files...
[citadel.git] / webcit / static / t / richedit.html
index bdf292ccfce9b52393934f6b2a25be2a41a98c82..75fabbdd84d904583b06c6b5cc469e932929f256 100644 (file)
@@ -9,7 +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>