Check text for image links

pull/201/head
M66B 4 years ago
parent f434a27c3e
commit 566431884b

@ -1146,6 +1146,8 @@ public class HtmlHelper {
String href = p.attr("href");
if (TextUtils.isEmpty(href) || href.equals("#"))
break;
if (!TextUtils.isEmpty(p.text()))
break;
linked = true;
} else
p = p.parent();

Loading…
Cancel
Save