From aba63f8b78691812cd54e4eddf192cb67b81036b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 27 Mar 2012 15:20:36 -0700 Subject: turn on gecko spellcheck in tinymce --- view/contact_head.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/contact_head.tpl') diff --git a/view/contact_head.tpl b/view/contact_head.tpl index c7de390af..a76293a68 100755 --- a/view/contact_head.tpl +++ b/view/contact_head.tpl @@ -13,8 +13,8 @@ tinyMCE.init({ theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", - theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle", - content_css : "bbcode.css", + theme_advanced_styles : "blockquote,code", + gecko_spellcheck : true, entity_encoding : "raw", add_unload_trigger : false, remove_linebreaks : false, -- cgit v1.2.3