Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Mon, 13 Jan 2014 09:10:53 +0000 (17:10 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Jan 2014 09:10:53 +0000 (17:10 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 46958a6..bba0ddd 100644 (file)
@@ -364,7 +364,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
             for (var i =0; i < this.cleanStyles.length; i++) {
                 cmenu.menu.items.push({
                     
-                    html: 'Remove' + this.cleanStyles[i],
+                    html: 'Remove ' + this.cleanStyles[i],
                     handler: function(a,b) {
                         var c = Roo.get(editor.doc.body);
                         c.select('[style]').each(function(s) {