Typo

Hi,

On the page

http://www.w3.org/TR/REC-CSS2/visuren.html

the first <pre> element in the page source contains following:

<pre>
&lt;DIV>
  Some text
  &lt;P>More text
&lt;/DIV>
</pre>

Somehow im shure it should read more like:

<pre>
&lt;DIV>
  Some text
  &lt;P>More text&lt;/P>
&lt;/DIV>
</pre>

That's all.

Bye

-- 
r.  Davor Lucic

Received on Thursday, 19 July 2007 19:18:37 UTC