X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=9f8bb00f5ce0deb50cd0c36f85e2b1ce65653659;hp=8f61342c187bed14fa05b59c529ea9b25b49412f;hb=cce6200387f9295f6e8c6e909857c5f8e214200b;hpb=959bc6e96898863117358f26b24a4ec1aa1b180d diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 8f61342c18..9f8bb00f5c 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -27111,7 +27111,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { } //Roo.log() // only allow 'c whitelisted system attributes' - if ( cwhite.length && cwhite.indexOf(l) < 0) { + if ( cwhite.length && cwhite.indexOf(l) < 0 && cwhite.indexOf(l.toLowerCase()) < 0 ) { // Roo.log('(REMOVE CSS)' + node.tagName +'.' + n + ':'+l + '=' + v); //node.removeAttribute(n); return true;