mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Process thead/tfoot
This commit is contained in:
parent
602621f36e
commit
c60c79ded8
1 changed files with 2 additions and 0 deletions
|
@ -802,6 +802,8 @@ public class HtmlHelper {
|
|||
table.tagName("span"); // Links cannot contain tables
|
||||
else
|
||||
table.tagName("div");
|
||||
for (Element hf : document.select("thead,tfoot"))
|
||||
hf.tagName("span");
|
||||
|
||||
// Remove tracking pixels
|
||||
if (disable_tracking)
|
||||
|
|
Loading…
Reference in a new issue