mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Prevent extra separator lines
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user