Process thead/tfoot

pull/178/head
M66B 5 years ago
parent 602621f36e
commit c60c79ded8

@ -802,6 +802,8 @@ public class HtmlHelper {
table.tagName("span"); // Links cannot contain tables table.tagName("span"); // Links cannot contain tables
else else
table.tagName("div"); table.tagName("div");
for (Element hf : document.select("thead,tfoot"))
hf.tagName("span");
// Remove tracking pixels // Remove tracking pixels
if (disable_tracking) if (disable_tracking)

Loading…
Cancel
Save