X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=7b48a1d09f23aa100d1c24b1e3d331aaee74183a;hp=8d917e931d58057c683eaf862991008c5684582d;hb=cce6200387f9295f6e8c6e909857c5f8e214200b;hpb=959bc6e96898863117358f26b24a4ec1aa1b180d diff --git a/roojs-debug.js b/roojs-debug.js index 8d917e931d..7b48a1d09f 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -45546,7 +45546,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;