X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;fp=roojs-ui-debug.js;h=fdc177697d67712622475ca17dcc80b61e7e3036;hb=50f3b009aaa99e66902935af7c70614251863988;hp=318fcb1a62f61ebf86ab58652f990d10e8dc66bb;hpb=9abdc5850bd03d523b0daf2cb70c64f6ffdd11c4;p=roojs1 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 318fcb1a62..fdc177697d 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -21719,7 +21719,7 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter, replaceDocBullets : function(doc) { // this is a bit odd - but it appears some indents use ql-indent-1 - Roo.log(doc.body.innerHTML); + Roo.log(doc.innerHTML); var listpara = doc.getElementsByClassName('ql-indent-1'); while(listpara.length) { this.replaceDocBullet(listpara.item(0));