Updated libraries

This commit is contained in:
M66B
2023-10-29 07:25:59 +01:00
parent 4e639b3da3
commit bd6ff9ac3b
5 changed files with 7 additions and 7 deletions

View File

@@ -1471,10 +1471,7 @@ public class HtmlHelper {
if (!TextUtils.isEmpty(span.attr("color")))
span.tagName("font");
if (document.body() == null) {
Log.e("Sanitize without body");
document.normalise();
}
document.body(); // Normalise document
return document;
}