X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-bootstrap-debug.js;h=58357f4c266577694f5622e20cf6ae816b96a414;hp=c5e35d3fe01d2e9399a7d679416056257658912b;hb=6942f12be128bd0efe5727aae3a554f94a20ecd0;hpb=bb4f20285cb0ce281099e1db5cb76e60175de50f diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index c5e35d3fe0..58357f4c26 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -26663,7 +26663,7 @@ Roo.extend(Roo.htmleditor.FilterWord, Roo.htmleditor.Filter, } var nlvl = (style['mso-list'].split(' ')[1].replace(/level/,'') *1) - 1; - if (nlvl > lvl) { + if (nlvl > lvl && last_li) { //new indent var nul = doc.createElement('ul'); // what about number lists... last_li.appendChild(nul);