mirror of https://github.com/M66B/FairEmail.git
The real deal
This commit is contained in:
parent
d813760795
commit
b6599d4540
|
@ -1622,7 +1622,8 @@ public class HtmlHelper {
|
|||
|
||||
sb.append(line);
|
||||
if (view ||
|
||||
(l + 1 == lines.length && text.endsWith("\n")))
|
||||
l + 1 < lines.length ||
|
||||
text.endsWith("\n"))
|
||||
sb.append("<br>");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue