]> git.mxchange.org Git - friendica.git/blobdiff - view/contact_head.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / contact_head.tpl
index c7de390af28daf9257e2e8a05c5e7eb0f79b89ea..9cfd8171087753c572af3c5644e39aa59bb577ff 100644 (file)
@@ -2,10 +2,9 @@
           src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
           <script language="javascript" type="text/javascript">
 
-
 tinyMCE.init({
        theme : "advanced",
-       mode : "exact",
+       mode : "$editselect",
        elements: "contact-edit-info",
        plugins : "bbcode",
        theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor",
@@ -13,8 +12,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,