Documentation/txt2pre | 2 +- diff --git a/Documentation/txt2pre b/Documentation/txt2pre index f84f9c0685ece45da6dcdc555ce343cc43ce7e08..0384a1d0c78aa257803859f2a54cb8795d56d196 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -17,7 +17,7 @@ # 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(https?://[\w+\+\&\?\.\%\;/-]+)!$1!g; +$str =~ s!\b((ftp|https?)://[\w+\+\&\?\.\%\;/#-]+)!$1!g; $str =~ s!\e!>!g; # swap escapes back to > print '',