pre/body problem

This code:
----------------------------
<head><pre><body>This
   is
     a
   test
case.
----------------------------
is transformed into this:
----------------------------
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
   <head>
     <title>
     </title>
   </head>
   <body>
<pre>
</pre>
     <body>
       <p>
         This is a test case.
       </p>
     </body>
   </body>
</html>

Received on Tuesday, 12 October 1999 16:09:56 UTC