url-select: fix typo from previous merge

This commit is contained in:
Andrew Wong 2012-07-27 01:32:02 +10:00
parent 6fd697e297
commit 19da7013ce

View File

@ -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;
} }
() ()