aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-19 16:45:49 -0500
committerJoey Hess <joey@kitenet.net>2008-02-19 16:45:49 -0500
commitcf02ab0eafd9e4d4a91c6d5eff4383bc789386b9 (patch)
tree9acff7e8e567f258ba381545e6ef7c0167aa6f37 /doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn
parent6ed7ea211bf344c48115edd13a1f5c808c1607b3 (diff)
downloadikiwiki-cf02ab0eafd9e4d4a91c6d5eff4383bc789386b9.tar
ikiwiki-cf02ab0eafd9e4d4a91c6d5eff4383bc789386b9.tar.gz
web commit by Mathias
Diffstat (limited to 'doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn')
-rw-r--r--doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn b/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn
new file mode 100644
index 000000000..2311656ce
--- /dev/null
+++ b/doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn
@@ -0,0 +1 @@
+Since upgrading from Ikiwiki 2.20 to 2.32.3 (from Debian Lenny), I don't get hyperlinks to items which have a colon in their name anymore. This applies to both the normal and the archive view. Before the update, the links have been created as relative links, so they weren't usable either as the browser tried to take the part before the colon as protocol specification (as in e.g. `http:`). Iirc, this applied to the archive view only, links in the normal view were ok (will check this out again if it's important). Is there a way to quote each colon as %xy in the hyperlinks? Perhaps it's only a problem with my config, and not an actual bug...?