diff --git a/node/exporters/exporthtml.js b/node/exporters/exporthtml.js index da6837e84..e4613235b 100644 --- a/node/exporters/exporthtml.js +++ b/node/exporters/exporthtml.js @@ -246,32 +246,32 @@ function getHTMLFromAtext(pad, atext) { if (whichList >= lists.length) { lists.push([line.listLevel, line.listTypeName]); - pieces.push('')); return pieces.join(''); }