aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-10 19:21:02 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-07-10 19:21:02 +0100
commita13038458fc5712ec651f8afb6a58fe3c4fb21f8 (patch)
tree7312343ec6b58c70d788e33b03366552d4c8a90c /doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
parentf58b5c798a7a5ad4ae2a85833766e761a407f02d (diff)
downloadikiwiki-a13038458fc5712ec651f8afb6a58fe3c4fb21f8.tar
ikiwiki-a13038458fc5712ec651f8afb6a58fe3c4fb21f8.tar.gz
attempt to clear up the bugs list a bit
Diffstat (limited to 'doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn')
-rw-r--r--doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn5
1 files changed, 5 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 b1f8ed2b3..4ce257252 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
@@ -33,3 +33,8 @@ Patch[[!tag patch]]:
-- [[Jon]]
+
+> Strictly speaking, a `<ul>` with no `<li>`s isn't valid HTML either...
+> could `map` instead delay emitting the first `<ul>` until it determines that
+> it will have at least one item? Perhaps refactoring that function into
+> something easier to regression-test would be useful. --[[smcv]]