X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;fp=roojs-ui-debug.js;h=d8ac0bf27709de2c89ed95eae2a9c502d7bd2f2c;hp=87c7275e72685785c812e9ac5c5890deffeb4f26;hb=6a6a87c6f1b0b302d224a6c78bd5355155d79766;hpb=81db1c5bcc58ae91d88af0968aa2a9eef14a5351 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 87c7275e72..d8ac0bf277 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -21696,10 +21696,8 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { while (node.childNodes.length) { var cn = node.childNodes[0]; node.removeChild(cn); - if (cn.tagName.toLowerCase().match(/^(meta|link|\\?xml:|st1:|o:|v:|font)/)) { - continue; - } node.parentNode.insertBefore(cn, node); + this.cleanWord(cn); } node.parentNode.removeChild(node); /// no need to iterate chidlren = it's got none..