1
0
Fork 0
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:
M66B 2020-04-28 07:52:28 +02:00
parent 602621f36e
commit c60c79ded8

View file

@ -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)