clear attributes for span tag

This commit is contained in:
Shinokuni 2019-12-23 14:08:16 +01:00
parent 9b0e13e069
commit 1067bd4fa2
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class ReadropsWebView extends WebView {
}
elements.clear();
elements = document.select("div");
elements = document.select("div,span");
for (Element element : elements) {
element.clearAttributes();