mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Small DelSp improvement
This commit is contained in:
@@ -1899,7 +1899,7 @@ public class HtmlHelper {
|
||||
String line = lines[l];
|
||||
lines[l] = null;
|
||||
|
||||
if (delsp && line.length() > 0)
|
||||
if (delsp && line.endsWith(" "))
|
||||
line = line.substring(0, line.length() - 1);
|
||||
|
||||
if (continuation)
|
||||
|
||||
Reference in New Issue
Block a user