From df0935c9af5ccedce18fa2fc70fedc064e971a02 Mon Sep 17 00:00:00 2001 From: martinkou Date: Fri, 27 Feb 2009 10:10:52 +0000 Subject: [PATCH] Fixed a typo during the commit in [3310]. git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@3112 da63caf2-3823-0410-a1e8-d69ccee00dfb --- _source/core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/core/config.js b/_source/core/config.js index 1f3a737f47..e2ea7d01a4 100644 --- a/_source/core/config.js +++ b/_source/core/config.js @@ -146,7 +146,7 @@ CKEDITOR.config = { * config.plugins = 'basicstyles,button,htmldataprocessor,toolbar,wysiwygarea'; */ - plugins: 'basicstyles,blockquote,button,clipboard,elementspath,find,flashhorizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,newpage,pagebreak,pastefromword,pastetext,preview,print,removeformat,smiley,showblocks,sourcearea,table,specialchar,tab,templates,toolbar,undo,wysiwygarea', + plugins: 'basicstyles,blockquote,button,clipboard,elementspath,find,flash,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,newpage,pagebreak,pastefromword,pastetext,preview,print,removeformat,smiley,showblocks,sourcearea,table,specialchar,tab,templates,toolbar,undo,wysiwygarea', /** * The theme to be used to build the UI.