1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Prevent extra separator lines

This commit is contained in:
M66B 2020-11-14 20:09:06 +01:00
parent fe6d859909
commit cb35164991

View file

@ -891,6 +891,10 @@ public class HtmlHelper {
continue;
}
}
if (lonely instanceof TextNode &&
"\u00a0".equals(((TextNode) lonely).getWholeText()))
lonely.remove(); // -> column separator
}
if (merge.size() > 0) {