don't escape <> (done for us)

master
Jon Dowland 2009-06-15 12:29:23 +01:00
parent 82cc6ff4da
commit 04964d3ac0
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ input:
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.