Suppress extra newline at end

pull/184/head
M66B 5 years ago
parent c7b7fee232
commit 9c9ee9c39e

@ -225,6 +225,7 @@ public class HtmlEx {
out.append(isInBulletList ? "</ul>\n" : "</ol>\n"); out.append(isInBulletList ? "</ul>\n" : "</ol>\n");
isInBulletList = null; isInBulletList = null;
} }
if (i != text.length())
out.append("<br>\n"); out.append("<br>\n");
} else { } else {
Boolean isBulletListItem = null; Boolean isBulletListItem = null;

Loading…
Cancel
Save