roojs-ui.js
[roojs1] / roojs-debug.js
index e5c3b7f..7d72579 100644 (file)
@@ -46218,12 +46218,13 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter,
             listpara.item(i).className = "MsoListParagraph";
         }
         // this is a bit hacky - we had one word document where h2 had a miso-list attribute.
-        var htwo = doc.getElementByTagName('h2');
+        var htwo = doc.getElementsByTagName('h2');
         for( var i = 0; i < htwo.length; i ++) {
             if (htwo.item(i).getAttribute('style').match(/mso-list:/)) {
                 htwo.item(i).className = "MsoListParagraph";
             }
         }
+        
         listpara = doc.getElementsByClassName('ql-indent-1');
         while(listpara.length) {
             this.replaceDocBullet(listpara.item(0));