From 3c66425b60e040195a8652b3e3571791dfadfcdd Mon Sep 17 00:00:00 2001 From: ilmar Date: Mon, 21 May 2018 13:07:08 +0300 Subject: [PATCH] List indent fix --- 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 50ebd8b65..f001fe452 100644 --- a/src/node/utils/ExportHtml.js +++ b/src/node/utils/ExportHtml.js @@ -371,7 +371,7 @@ function getHTMLFromAtext(pad, atext, authorColors) if (!exists) { var prevLevel = 0; if (prevLine && prevLine.listLevel) { - prevlevel = prevLine.listLevel; + prevLevel = prevLine.listLevel; } if (prevLine && line.listTypeName !== prevLine.listTypeName) {