big CSS improvement in the dropdown of the editbar + fixed a bug in the header DOM generation that caused breakage in the authorship highlighting code

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-02 22:20:56 +01:00
parent 457f9f913d
commit d95f08536b
4 changed files with 88 additions and 46 deletions

View file

@ -115,7 +115,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
else if(details[1] == "title")
{
markup = 'h'+Number(details[2]);
preHtml = '<'+markup+' class="list-' + Security.escapeHTMLAttribute(listType) +' >';
preHtml = '<'+markup+' class="list-' + Security.escapeHTMLAttribute(listType) +'" >';
postHtml = '</'+markup+'>';
}
//handle bullet lists and indentations