Apple Safari 1.1(v100) bug

The following HTML:


<pre>
Line 1 <bob>
Line 2
</pre>


Should look like the stuff inside the <pre> tags, but on safari it looks like this:


Line 1 Line 2


The <bob> text is eating the newline.

The actual HTML:


Line 1 
Line 2