Skip to content

Commit

Permalink
escape space as +, not %20
Browse files Browse the repository at this point in the history
this unbreaks fragment escaping for doc.perl6.org
  • Loading branch information
moritz committed Sep 4, 2012
1 parent 975949f commit 06f1e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/URI/Escape.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package URI::Escape {
;
.chr => sprintf '%%%02X', $_
};

%escapes{' '} = '+';
# in moving from RFC 2396 to RFC 3986 this selection of characters
# may be due for an update ...

Expand Down

0 comments on commit 06f1e12

Please sign in to comment.