diff --git a/public/plugs/ckeditor/config.js b/public/plugs/ckeditor/config.js index c892ad5a..778fccd6 100644 --- a/public/plugs/ckeditor/config.js +++ b/public/plugs/ckeditor/config.js @@ -27,7 +27,7 @@ CKEDITOR.editorConfig = function( config ) { //config.contentsCss = "ckeditor/contents.css" // Remove some buttons provided by the standard plugins, which are // not needed in the Standard(s) toolbar. - config.removeButtons = 'Underline,Subscript,Superscript,Iframe,Print,Save'; + config.removeButtons = 'Subscript,Superscript,Iframe,Print,Save'; // Set the most common block elements. //config.format_tags = 'p;h1;h2;h3;pre';