mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Suppress white space
This commit is contained in:
@@ -187,7 +187,7 @@ public class HtmlHelper {
|
||||
for (Element col : document.select("th,td")) {
|
||||
// separate columns by a space
|
||||
if (col.nextElementSibling() == null) {
|
||||
if (col.selectFirst("div") == null)
|
||||
if (col.selectFirst("div,table,p") == null)
|
||||
col.appendElement("br");
|
||||
} else
|
||||
col.append(" ");
|
||||
|
||||
Reference in New Issue
Block a user