diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-07-20 11:19:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-20 11:19:46 -0400 |
commit | 6463fe7a6bd0898f56a72bace0b69741634b49b7 (patch) | |
tree | b09cb23b2438d303fe5d415da5bc66749451591e | |
parent | f900e8441642342c75873a523f7d7f43632ffbed (diff) |
link to alternative patch
-rw-r--r-- | doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn index ceedbbdaa..940e56cab 100644 --- a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn +++ b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn @@ -47,3 +47,7 @@ Patch: >> be regression-test friendly but I might have a go at reworking it. With >> this variety of problem I have a strong inclination to use HOFs like map, >> grep. - [[Jon]] + +>>> The patch in [[map/discussion|plugins/map/discussion]] has the same +>>> problem, but does suggest a simpler approach to solving it (bail out +>>> early if the map has no items at all). --[[smcv]] |