mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
The real deal
This commit is contained in:
@@ -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>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user