Merge pull request #3052 from vlajos/typofixes20141102
This commit is contained in:
commit
23f4c5804c
|
@ -92,7 +92,7 @@ module Jekyll
|
||||||
#
|
#
|
||||||
# Returns the escaped path.
|
# Returns the escaped path.
|
||||||
def self.escape_path(path)
|
def self.escape_path(path)
|
||||||
# Because URI.escape doesn't escape '?', '[' and ']' by defaut,
|
# Because URI.escape doesn't escape '?', '[' and ']' by default,
|
||||||
# specify unsafe string (except unreserved, sub-delims, ":", "@" and "/").
|
# specify unsafe string (except unreserved, sub-delims, ":", "@" and "/").
|
||||||
#
|
#
|
||||||
# URI path segment is defined in RFC 3986 as follows:
|
# URI path segment is defined in RFC 3986 as follows:
|
||||||
|
|
Loading…
Reference in New Issue