add style to whitelist as its used to style up table
[roojs1] / roojs-debug.js
index dbd2127..179d593 100644 (file)
@@ -50208,7 +50208,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
                 
                 new Roo.htmleditor.FilterAttributes({
                     node : div,
-                    attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start'],
+                    attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start' , 'style'],
                     attrib_clean : ['href', 'src' ] 
                 });