[VE][74] Error Message Feedback

Hi

I have some codelinie, like this:
<ol>
	<ol>
		<li>Linie 3.1</li>
		<li>Linie 3.2</li>
	</ol>
</ol>

This gives the error:

Line 50, column 13: start tag for "LI" omitted, but its declaration does
not permit this

But, if I write:
<ol>
	<li>Linie 3.1</li>
	<li>Linie 3.2</li>
</ol>

Isn't that a bug? I mean, there is no illegal in the code?


regards
Christoffer Kjølbæk

-- 
~~ Christoffer Kjølbæk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Email:		christoffer@kjoelbaek.dk
GnuPG / PGP:	http://kjoelbaek.dk/gnupg/kjoelbaek.asc
Homepage:	http://food4u.dk

Received on Thursday, 16 September 2004 19:03:27 UTC