url-select: fix typo from previous merge
This commit is contained in:
parent
6fd697e297
commit
19da7013ce
@ -58,10 +58,10 @@ sub on_start {
|
|||||||
$current++;
|
$current++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@{$self->{pattern}} = (qr{
|
@{$self->{pattern}} = qr{(
|
||||||
(?:https?://|ftp://|news://|mailto:|file://|www\.)
|
(?:https?://|ftp://|news://|mailto:|file://|www\.)
|
||||||
[\w\-\@;\/?:&=%\$_.+!*\x27(),~#]+[\w\-\@;\/?&=%\$_+!*\x27()~]
|
[\w\-\@;\/?:&=%\$_.+!*\x27(),~#]+[\w\-\@;\/?&=%\$_+!*\x27()~]
|
||||||
}x);
|
)}x;
|
||||||
}
|
}
|
||||||
|
|
||||||
()
|
()
|
||||||
|
Loading…
Reference in New Issue
Block a user