ExportHtml.js update

This commit is contained in:
ilmar 2017-11-01 09:48:23 +02:00
parent 5469ce85cd
commit 76f211b0bf

View file

@ -364,7 +364,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
text: textLines[i], text: textLines[i],
padId: pad.id padId: pad.id
} }
var lineContentFromHook = hooks.callAll("getLineHTMLForExport", context); hooks.callAll("getLineHTMLForExport", context);
if (whichList >= lists.length)//means we are on a deeper level of indentation than the previous line if (whichList >= lists.length)//means we are on a deeper level of indentation than the previous line
{ {
if(lists.length > 0){ if(lists.length > 0){