projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82cc6ff
)
don't escape <> (done for us)
author
Jon Dowland
<jon@ncl.ac.uk>
Mon, 15 Jun 2009 11:29:23 +0000
(12:29 +0100)
committer
Jon Dowland
<jon@ncl.ac.uk>
Mon, 15 Jun 2009 11:29:23 +0000
(12:29 +0100)
doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
patch
|
blob
|
history
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 28960b9d75fdd2a42e3a7e81ae44ade92ce393e0..b1f8ed2b31cbcc6d08bcfcb40ed45225a8bbe1ea 100644
(file)
--- 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.