From 554869605ce9d5987d5689a071e68583ad3d5b98 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 24 Dec 2016 09:16:42 +0000 Subject: build-aux/txt2pre: support '=' in URLs We'll just have everything on r******** soon, I hope :p --- build-aux/txt2pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/txt2pre b/build-aux/txt2pre index 276728f..aeba5d0 100755 --- a/build-aux/txt2pre +++ b/build-aux/txt2pre @@ -37,7 +37,7 @@ unless (defined $title) { # temporarily swap > for escape so our s!! to add href works. # there's probably a way to do this with only a single s!! ... $str =~ s!>!\e!g; -$str =~ s!\b((nntp|ftp|https?)://[\w+\+\&\?\.\%\;/#-]+)!$1!g; $str =~ s!\e!>!g; # swap escapes back to > -- cgit v1.2.3-24-ge0c7