link to existing bug

master
http://smcv.pseudorandom.co.uk/ 2009-07-20 11:16:45 -04:00 committed by Joey Hess
parent 3fef1fbd0d
commit f900e84416
1 changed files with 3 additions and 0 deletions

View 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]]