else {
                        var newhtml = o.html();
                        newhtml=newhtml.replace(/\n/g, "</li><li>");
                        newhtml="<ul class='snippet-no-num'><li>"+newhtml+"</li></ul>";
                        while(newhtml.indexOf("<li></li></ul>") != -1){