X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=b672378408ab007b2dea30e714e978f6ceeffbe2;hp=b52ce842f89885bc96c9b87cc06a86f3363f18c8;hb=6a6a87c6f1b0b302d224a6c78bd5355155d79766;hpb=81db1c5bcc58ae91d88af0968aa2a9eef14a5351 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index b52ce842f8..b672378408 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -23219,10 +23219,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..