From 2bd2348cc00e5d50535312fe750731a589c07870 Mon Sep 17 00:00:00 2001 From: Robin Buse Date: Mon, 25 Jul 2011 16:47:25 -0700 Subject: [PATCH] Removed outdated backslashes and strange newlines within elements --- node/exporters/exporthtml.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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(''); }