diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 17:12:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 17:12:17 -0400 |
commit | b884cbd00ffe5f789c21ef7d563603512d141c67 (patch) | |
tree | 327659d83710ede6af0081c9c9b793e552646b17 /doc/bugs | |
parent | 09331644a2bda57268e30e18b36f46a9515db076 (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/No_link_for_blog_items_when_filename_contains_a_colon.mdwn | 6 |
1 files changed, 6 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 index 11463d770..78f6d6cac 100644 --- 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 @@ -53,3 +53,9 @@ At the moment I see two possible solutions: } #}}} What do you think about that? Does the patch have any side-effects I didn't see? + +> What version of ikiwiki are you seeing it with? I fixed another +> colon-bug in version 2.53; you'd need to rebuild any affected wikis to +> get the fix. The relevant code is in `beautify_urlpath`, where it adds +> "./" in front of every relative url. An example of it working in this +> very wiki is a link to [[colon:problem]] --[[Joey]] |