X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=ec2fb285431667fa00d3d0b472b8381325acb7ec;hb=33b9cb86fbf503861391dc20338d086a65605697;hp=bf11af52c925faf2d35a1d3e182f277eba99625b;hpb=ea5f45c84518a76167337cd0f2c6db83cd62bef6;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index bf11af52c9..ec2fb28543 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -46212,15 +46212,21 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter, { // this is a bit odd - but it appears some indents use ql-indent-1 Roo.log(doc.innerHTML); - var listpara = doc.getElementsByClassName('ql-indent-1'); + + var listpara = doc.getElementsByClassName('MsoListParagraphCxSpFirst'); + for( var i = 0; i < listpara.length; i ++) { + listpara.item(i).className = "MsoListParagraph"; + } + + listpara = doc.getElementsByClassName('ql-indent-1'); while(listpara.length) { this.replaceDocBullet(listpara.item(0)); } - - var listpara = doc.getElementsByClassName('MsoListParagraph'); + listpara = doc.getElementsByClassName('MsoListParagraph'); while(listpara.length) { this.replaceDocBullet(listpara.item(0)); } + }, replaceDocBullet : function(p)