mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Suppress extra newline at end
This commit is contained in:
parent
c7b7fee232
commit
9c9ee9c39e
1 changed files with 2 additions and 1 deletions
|
@ -225,7 +225,8 @@ public class HtmlEx {
|
|||
out.append(isInBulletList ? "</ul>\n" : "</ol>\n");
|
||||
isInBulletList = null;
|
||||
}
|
||||
out.append("<br>\n");
|
||||
if (i != text.length())
|
||||
out.append("<br>\n");
|
||||
} else {
|
||||
Boolean isBulletListItem = null;
|
||||
ParagraphStyle[] paragraphStyles = text.getSpans(i, next, ParagraphStyle.class);
|
||||
|
|
Loading…
Reference in a new issue