]> sipb.mit.edu Git - ikiwiki.git/commitdiff
new bug: map doesn't close UL for empty list
authorJon Dowland <jon@ncl.ac.uk>
Mon, 15 Jun 2009 11:22:02 +0000 (12:22 +0100)
committerJon Dowland <jon@ncl.ac.uk>
Mon, 15 Jun 2009 11:22:02 +0000 (12:22 +0100)
doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn [new file with mode: 0644]

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 (file)
index 0000000..c786c5f
--- /dev/null
@@ -0,0 +1,16 @@
+input:
+
+    before.
+    \[[!map pages="sdfsdfsdfsd/*"]]
+    after.
+
+Presuming that the pagespec does not match, output:
+
+    &lt;p&gt;before.
+    &lt;div class="map"&gt;
+    &lt;ul&gt;
+    &lt;/div&gt;&lt;/p&gt;
+
+The UL element is not closed.
+
+-- [[Jon]]