diff options
author | Jon Dowland <jon@ncl.ac.uk> | 2009-06-15 12:22:02 +0100 |
---|---|---|
committer | Jon Dowland <jon@ncl.ac.uk> | 2009-06-15 12:22:02 +0100 |
commit | d17bce8bb2b2cf375e1acd13d9f5ea706f13215f (patch) | |
tree | f3f1614262813fae9abaef4ba4fbcf93e0d55261 /doc/bugs | |
parent | 816a772037ffb904dac96120227f11124c1f8623 (diff) |
new bug: map doesn't close UL for empty list
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn | 16 |
1 files changed, 16 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 new file mode 100644 index 000000000..c786c5f68 --- /dev/null +++ b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn @@ -0,0 +1,16 @@ +input: + + before. + \[[!map pages="sdfsdfsdfsd/*"]] + after. + +Presuming that the pagespec does not match, output: + + <p>before. + <div class="map"> + <ul> + </div></p> + +The UL element is not closed. + +-- [[Jon]] |