Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
| doesn't work on ntfs either, added
  • Loading branch information
gfldex committed Jul 14, 2016
1 parent 5cabd6e commit 7d2fc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/Htmlify.pm6
Expand Up @@ -14,7 +14,7 @@ sub url-munge($_) is export {
return $_;
}

constant badchars = qw[$ / \ . % ? & = # + " ' : ~ < >];
constant badchars = qw[$ / \ . % ? & = # + " ' : ~ < > |];
my \goodnames = badchars.map: '$' ~ *.uniname.subst(' ', '_', :g);
constant length = badchars.elems;

Expand Down

0 comments on commit 7d2fc8c

Please sign in to comment.