mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Suppress extra newline at end
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user