Added remark

pull/207/head
M66B 3 years ago
parent 1b3b6c0e52
commit 7d1ad17d35

@ -531,7 +531,7 @@ public class HtmlHelper {
if (disable_tracking)
removeTrackingPixels(context, document);
// Font
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font
for (Element font : document.select("font")) {
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font
String style = font.attr("style");

Loading…
Cancel
Save