Added remark

This commit is contained in:
M66B
2022-04-04 08:23:38 +02:00
parent 1b3b6c0e52
commit 7d1ad17d35

View File

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