From c4e0d45742bb3bac873bc25d75aff495d19500ff Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Fri, 23 Oct 2009 02:24:09 +0000 Subject: [PATCH] BUGFIX: Remove blockquote from tinymce default plugin list - blockquote isnt a plugin in tinymce3. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@90051 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/HtmlEditorConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/HtmlEditorConfig.php b/forms/HtmlEditorConfig.php index b0d4cb4d5..0324ac2a3 100644 --- a/forms/HtmlEditorConfig.php +++ b/forms/HtmlEditorConfig.php @@ -85,7 +85,7 @@ class HtmlEditorConfig { * Holder list of enabled plugins */ protected $plugins = array( - 'blockquote', 'contextmenu', 'table', 'emotions', 'paste', '../../tinymce_advcode', 'spellchecker' + 'contextmenu', 'table', 'emotions', 'paste', '../../tinymce_advcode', 'spellchecker' ); /**