Browse Source

Allow hash (#) in URIs

Alois Mahdal 9 years ago
parent
commit
81e983ea93
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ffoo/saturnin_www.sh

+ 1
- 1
ffoo/saturnin_www.sh View File

@@ -45,7 +45,7 @@ filter_uris() {
45 45
     #
46 46
     tr ' ' '\n' \
47 47
       | perl -ne '
48
-            next unless m|(\bhttps?://[[:alnum:]_:/.?&+%@=;~-]+)\b|;
48
+            next unless m|(\bhttps?://[[:alnum:]_:/.?#&+%@=;~-]+)\b|;
49 49
             print "$1\n";
50 50
         ' \
51 51
       | debug_pipe uri_lookalikes