X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3fef1fbd0d555497988e719a680be38df11a5397..4954ffb558d466f206a2ac8acbf47e251340b723:/doc/plugins/map/discussion.mdwn diff --git a/doc/plugins/map/discussion.mdwn b/doc/plugins/map/discussion.mdwn index c031ab14c..2f7b140d6 100644 --- a/doc/plugins/map/discussion.mdwn +++ b/doc/plugins/map/discussion.mdwn @@ -41,3 +41,9 @@ 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]] + +>> Thanks for the tip, I added another patch addressing the issue at +>> [[bugs/map_fails_to_close_ul_element_for_empty_list]]. --[[harishcm]]