Files
jekyll/docs/_docs
Phil Nash 42a65a57e6 Makes uri_escape template docs more specific.
I didn't know the difference between cgi_escape and uri_escape until it bit me when I had a colon in a title I used uri_escape on. Addressable::URI.encode (from addressable 2.4.0 and later) thought it was a URI and raised an error. I should have been using cgi_escape, which is for strings that will be added to URIs and not uri_escape, which is for encoding strings that are already in a URI.

This commit borrows from the addressable docs to make it more specific so that readers choose uri_escape when they already have a URI and cgi_escape when they are just escaping a plain string.
2017-02-17 02:16:37 +00:00
..
2017-01-24 01:42:53 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-23 10:06:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-02-13 11:40:30 -05:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-02-11 05:35:50 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-21 00:17:14 +00:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-01-09 21:10:24 +01:00
2017-02-10 12:34:16 -03:00
2016-11-02 13:51:14 -07:00
2017-01-09 21:10:24 +01:00