From 76f211b0bfc273e96a70bd20ac3072d7ac46b324 Mon Sep 17 00:00:00 2001 From: ilmar Date: Wed, 1 Nov 2017 09:48:23 +0200 Subject: [PATCH] ExportHtml.js update --- src/node/utils/ExportHtml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/utils/ExportHtml.js b/src/node/utils/ExportHtml.js index 13140bb58..e6bfef37f 100644 --- a/src/node/utils/ExportHtml.js +++ b/src/node/utils/ExportHtml.js @@ -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){