link to existing bug
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Mon, 20 Jul 2009 15:16:45 +0000 (11:16 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 20 Jul 2009 15:16:45 +0000 (11:16 -0400)
doc/plugins/map/discussion.mdwn

index c031ab14cdc5443fbb4b3cbe219d7ae52c08a6b6..78f6802a7d88e0b6fbc58cb14c0a71fbe141196c 100644 (file)
@@ -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]]