Bug: Doctype override fails

Hi,

  <SCRIPT LANGUAGE="JavaScript">
  ...
  </SCRIPT>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
  <title>...</title>
  <meta http-equiv="Content-Type"
        content="text/html; charset=iso-8859-1">
  <p>...

Live at <http://www.bjoernsworld.de/temp/no-doctype.html>, see
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bjoernsworld.de%2Ftemp%2Fno-doctype.html&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional

The validator keeps telling me that there is no document type
declaration.

Received on Tuesday, 22 April 2003 19:13:19 UTC