]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
don't escape <> (done for us)
[ikiwiki.git] / doc / bugs / map_fails_to_close_ul_element_for_empty_list.mdwn
index 28960b9d75fdd2a42e3a7e81ae44ade92ce393e0..b1f8ed2b31cbcc6d08bcfcb40ed45225a8bbe1ea 100644 (file)
@@ -6,10 +6,10 @@ input:
 
 Presuming that the pagespec does not match, output:
 
 
 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;
+    <p>before.
+    <div class="map">
+    <ul>
+    </div></p>
 
 The UL element is not closed.
 
 
 The UL element is not closed.