From 94e7dbc0f954c49e1d27033ec7c929860bf8b742 Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Thu, 22 Sep 2011 17:13:29 +0000 Subject: [PATCH] #4853 added check to theme_advanced_buttons4 array --- docs/include/lib/tinymce.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/include/lib/tinymce.inc.php b/docs/include/lib/tinymce.inc.php index 65059a7..0b3cac0 100644 --- a/docs/include/lib/tinymce.inc.php +++ b/docs/include/lib/tinymce.inc.php @@ -96,7 +96,7 @@ echo 'theme: "advanced", theme_advanced_buttons1 : "swap_toolbar_simple,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,ltr,rtl,blockquote,|,forecolor,backcolor,|,sub,sup,|,tablecontrols", theme_advanced_buttons3 : "cut,copy,paste,pastetext,pasteword,|,link,unlink,anchor,image,|,abbr,acronym,|,charmap,emotions,advhr,|,insert_term_tag, insert_media_tag, insert_tex_tag", - theme_advanced_buttons4 : "search,replace,|,removeformat,undo,redo,|,styleprops,attribs,|,acheck,|,cleanup,code,|,fullscreen " + theme_advanced_buttons4 : "search,replace,|,removeformat,undo,redo,|,styleprops,attribs,|,cleanup,code,|,fullscreen ,|,acheck" }; trans.tinymce.initSimple = function() { -- 2.17.1