summaryrefslogtreecommitdiff
path: root/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
blob: c786c5f6868ef80480da71e16357f3607db4df49 (plain)

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