mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Leave rows with one column with a non breaking space
This commit is contained in:
@@ -1307,7 +1307,8 @@ public class HtmlHelper {
|
||||
}
|
||||
}
|
||||
|
||||
if (lonely instanceof TextNode &&
|
||||
if (cols.size() > 1 &&
|
||||
lonely instanceof TextNode &&
|
||||
"\u00a0".equals(((TextNode) lonely).getWholeText()))
|
||||
lonely.remove(); // -> column separator
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user