diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2008-12-21 12:25:55 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-21 12:25:55 -0500 |
commit | 3b0aa2fcba3d9474ad58c0a3c30a3853298be692 (patch) | |
tree | 43334aee8314d5fb94a9907f927fa7446dfc903d /doc/bugs | |
parent | 94cdf076ed010d2273ec3851e58ce5599af3545c (diff) | |
download | ikiwiki-3b0aa2fcba3d9474ad58c0a3c30a3853298be692.tar ikiwiki-3b0aa2fcba3d9474ad58c0a3c30a3853298be692.tar.gz |
Another fixed bug in beautify_urlpath
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Comments_link_is_to_index.html_if_usedirs_is_on.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Comments_link_is_to_index.html_if_usedirs_is_on.mdwn b/doc/bugs/Comments_link_is_to_index.html_if_usedirs_is_on.mdwn new file mode 100644 index 000000000..3a4962d56 --- /dev/null +++ b/doc/bugs/Comments_link_is_to_index.html_if_usedirs_is_on.mdwn @@ -0,0 +1,5 @@ +When a page links to its own #comments anchor you get a link like +"index.html#comments" rather than "./#comments". Fixed in commit 0844bd0b +on my 'comments' branch. --[[smcv]] + +[[!tag patch]] |