new bug: map doesn't close UL for empty list

master
Jon Dowland 2009-06-15 12:22:02 +01:00
parent 816a772037
commit d17bce8bb2
1 changed files with 16 additions and 0 deletions

View File

@ -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]]