aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-01-30 23:15:36 +0100
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-01-30 23:15:36 +0100
commit528682056ebc0a43d2849e51fd08c82d4478b554 (patch)
tree5da8f346580f7b9a1ac6cd838153c1c89893696c /doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn
parenta6e216c9746eb87d1a6226b05b702525c4f4160e (diff)
downloadikiwiki-528682056ebc0a43d2849e51fd08c82d4478b554.tar
ikiwiki-528682056ebc0a43d2849e51fd08c82d4478b554.tar.gz
propose patch to fix map bug
Diffstat (limited to 'doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn')
-rw-r--r--doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn b/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn
index d8a62311d..3a14242a9 100644
--- a/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn
+++ b/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn
@@ -39,3 +39,12 @@ But it also doesn't work on the sitemap page: <http://adam.shand.net/ikidev/site
This might be really simple, but I've been staring at it too long and it only looks like a bug to me. :-( Any suggestions would be gratefully accepted. -- [[AdamShand]]
> Okay, I think I've figured this out, it looks like ikiwiki behaves differently depending on the level of heirarchy. I'll post the details once I'm sure. -- [[AdamShand]]
+
+>> I managed to replicate the issue on my ikiwiki, and I believe it is a
+>> bug. The current upstream logic for going up/down by a level opens
+>> (and closes) the unnecessary lists that you are seeing. Although the
+>> resulting markup is semantically correct, it has superflous stuff
+>> that introduces whitespace issues at the very least.
+
+>> I have a [[patch]] up [on my git repo](http://git.oblomov.eu/ikiwiki/patch/55fa11e8a5fb351f9371533c758d8bd3eb9de245)
+>> that ought to fix the issue.