*Reported by anonymous on 2005-05-20 09:27 UTC
If the input is indented, the output HTML looks like this:-
<HTML>
<BODY>
This
<br> is
<br> indented
<br> here
<br></BODY>
</HTML>
Which is wrong. What it should look like this this:-
<HTML>
<BODY>
This
<br> is
<br> indented
<br> here
<br></BODY>
</HTML>