https://github.com/jekyll/jekyll
Revision 5e10958faab58d6f380f4b17aa0032aa5a6284ed authored by nitoyon on 14 September 2014, 17:20:09 UTC, committed by nitoyon on 29 December 2014, 13:38:50 UTC
Document#destination wasn't unescaped properly.

For example, when we have a document named '_langs/c#.md',
we expect its url to be '/langs/c#.html',
but it was actually '/langs/c%23.html'.

We now unecape URL at Document#destination like Post#destination and
Page#destination.
1 parent e0a011c
History
Tip revision: 5e10958faab58d6f380f4b17aa0032aa5a6284ed authored by nitoyon on 14 September 2014, 17:20:09 UTC
Unescape Document output path
Tip revision: 5e10958
File Mode Size
benchmark
bin
features
lib
script
site
test
.gitignore -rw-r--r-- 165 bytes
.travis.yml -rw-r--r-- 617 bytes
CONTRIBUTING.markdown -rw-r--r-- 3.8 KB
Gemfile -rw-r--r-- 659 bytes
History.markdown -rw-r--r-- 67.9 KB
LICENSE -rw-r--r-- 1.1 KB
README.markdown -rw-r--r-- 2.6 KB
Rakefile -rw-r--r-- 8.1 KB
jekyll.gemspec -rw-r--r-- 1.9 KB

README.markdown

back to top