From: http://smcv.pseudorandom.co.uk/ Date: Mon, 20 Jul 2009 15:16:45 +0000 (-0400) Subject: link to existing bug X-Git-Tag: 3.15~140 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f900e8441642342c75873a523f7d7f43632ffbed;p=ikiwiki.git link to existing bug --- 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 +> ``, which technically isn't valid HTML either). --[[smcv]]