mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Fixed extra newlines
This commit is contained in:
@@ -1776,7 +1776,7 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
// Remove whitespace before/after newlines
|
||||
TRIM_WHITESPACE_NL.matcher(text).replaceAll(" ");
|
||||
text = TRIM_WHITESPACE_NL.matcher(text).replaceAll(" ");
|
||||
|
||||
if (i == 0 || endsWithWhitespace(block.get(i - 1).text()))
|
||||
while (startsWithWhiteSpace(text))
|
||||
|
||||
Reference in New Issue
Block a user