On Sun, 7 Nov 2004, Klaus Schmid wrote: > Here the page without the last closing tags > http://jedscripts.freelinuxhost.com/index_not_valid.htm You have a different problem: whatever is generating the content is broken. Firstly it sets Content-Length: 8088, so the validator correctly reads 8088 bytes of content. But the actual contents are 22 bytes longer. That means the validator misses the closing </small>. You could fix that with "Header unset Content-length", although the brokenness actually runs much deeper than that. -- Nick KewReceived on Sunday, 7 November 2004 18:12:26 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:15 GMT