mirror of https://github.com/readrops/Readrops.git
clear attributes for span tag
This commit is contained in:
parent
9b0e13e069
commit
1067bd4fa2
|
@ -96,7 +96,7 @@ public class ReadropsWebView extends WebView {
|
||||||
}
|
}
|
||||||
|
|
||||||
elements.clear();
|
elements.clear();
|
||||||
elements = document.select("div");
|
elements = document.select("div,span");
|
||||||
|
|
||||||
for (Element element : elements) {
|
for (Element element : elements) {
|
||||||
element.clearAttributes();
|
element.clearAttributes();
|
||||||
|
|
Loading…
Reference in New Issue