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:
parent
fe6d859909
commit
cb35164991
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue