aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2009-07-20 11:16:45 -0400
committerJoey Hess <joey@kitenet.net>2009-07-20 11:16:45 -0400
commitf900e8441642342c75873a523f7d7f43632ffbed (patch)
tree7fbbf4f7ee8ca7b5e89112b235ee9ac8ff693431
parent3fef1fbd0d555497988e719a680be38df11a5397 (diff)
downloadikiwiki-f900e8441642342c75873a523f7d7f43632ffbed.tar
ikiwiki-f900e8441642342c75873a523f7d7f43632ffbed.tar.gz
link to existing bug
-rw-r--r--doc/plugins/map/discussion.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/map/discussion.mdwn b/doc/plugins/map/discussion.mdwn
index c031ab14c..78f6802a7 100644
--- a/doc/plugins/map/discussion.mdwn
+++ b/doc/plugins/map/discussion.mdwn
@@ -41,3 +41,6 @@ that seems to work on the examples I tried. I am a beginner so please help me ou
my @linktext = (length $mapitems{$item} ? (linktext => $mapitems{$item}) : ());
$item=~s/^\Q$common_prefix\E\///
+> This was also reported as [[bugs/map_fails_to_close_ul_element_for_empty_list]];
+> this patch is simpler than the one there, but has the same problem (it emits
+> `<ul></ul>`, which technically isn't valid HTML either). --[[smcv]]