Switched to AUTOLINK_WEB_URL

pull/156/head
M66B 6 years ago
parent e172a02d48
commit 31679a9560

@ -219,7 +219,7 @@ public class HtmlHelper {
if (node instanceof TextNode) { if (node instanceof TextNode) {
TextNode tnode = (TextNode) node; TextNode tnode = (TextNode) node;
Matcher matcher = PatternsCompat.WEB_URL.matcher(tnode.text()); Matcher matcher = PatternsCompat.AUTOLINK_WEB_URL.matcher(tnode.text());
if (matcher.find()) { if (matcher.find()) {
Element span = document.createElement("span"); Element span = document.createElement("span");

Loading…
Cancel
Save