diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-07-20 11:16:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-20 11:16:45 -0400 |
commit | f900e8441642342c75873a523f7d7f43632ffbed (patch) | |
tree | 7fbbf4f7ee8ca7b5e89112b235ee9ac8ff693431 /doc/plugins | |
parent | 3fef1fbd0d555497988e719a680be38df11a5397 (diff) |
link to existing bug
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/map/discussion.mdwn | 3 |
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]] |