diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-25 20:28:54 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-25 20:28:54 +0100 |
commit | 58bce1449613f46b1e52049f9ff73a4930b478c5 (patch) | |
tree | de1ad429592cb8c402ae82f28c7761332c17c918 | |
parent | f237ea1b9a78bb85f26cbbead34e734e3f3fb198 (diff) |
I now have a git branch with harishcm's [[!map]] bugfix. If I was a reviewer, I'd approve it
-rw-r--r-- | doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn | 11 |
1 files changed, 11 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 e565b8035..47eeb7030 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 @@ -55,6 +55,17 @@ Patch: >>>> Thanks for pointing out the problem. I guess this patch should solve it. >>>> --[[harishcm]] +>>>>> Well, I suppose that's certainly a minimal patch for this bug :-) +>>>>> I'm not the IkiWiki maintainer, but if I was, I'd apply it, so I've put +>>>>> it in a git branch for Joey's convenience. Joey, Jon: any opinion? +>>>>> +>>>>> If you want to be credited for this patch under a name other than +>>>>> "harishcm" (e.g. your real name), let me know and I'll amend the branch. +>>>>> (Or, make a git branch of your own and replace the reference just below, +>>>>> if you prefer.) --[[smcv]] + +[[!template id=gitbranch author="[[harishcm]]" branch=smcv/harishcm-map-fix]] + Patch: --- /usr/local/share/perl/5.8.8/IkiWiki/Plugin/map.pm |