Skip to content

Commit

Permalink
https://github.com/abw/Template2/issues/35
Browse files Browse the repository at this point in the history
  • Loading branch information
abw committed Mar 8, 2015
1 parent 57ccefc commit 8abf971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Template/Filters.pm
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ sub _dump {

our $UNSAFE_SPEC = {
RFC2732 => q{A-Za-z0-9\-_.!~*'()},
RFC3986 => q{A-Za-z0-9\-\._~"},
RFC3986 => q{A-Za-z0-9\-\._~},
};
our $UNSAFE_CHARS = $UNSAFE_SPEC->{ RFC2732 };
our $URI_REGEX;
Expand Down

0 comments on commit 8abf971

Please sign in to comment.