summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn8
1 files changed, 4 insertions, 4 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 28960b9d7..b1f8ed2b3 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
@@ -6,10 +6,10 @@ input:
Presuming that the pagespec does not match, output:
- <p>before.
- <div class="map">
- <ul>
- </div></p>
+ <p>before.
+ <div class="map">
+ <ul>
+ </div></p>
The UL element is not closed.