ExportHtml.js update

This commit is contained in:
ilmar 2017-11-01 09:48:23 +02:00
parent 5469ce85cd
commit 76f211b0bf
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
text: textLines[i],
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(lists.length > 0){