According to HTML 2.0 spec, declaration is obligatory:


To identify information as an HTML document conforming to this specification, each document must start with one of the following document type declarations.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

This document type declaration refers to the HTML DTD in section HTML DTD. (11)

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Level 2//EN">

This document type declaration also refers to the HTML DTD which appears in section HTML DTD.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Level 1//EN">

This document type declaration refers to the level 1 HTML DTD in section Level 1 HTML DTD. Form elements must not occur in level 1 documents.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict Level 1//EN">



So to fix this bug it would be enough to add:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

to all bugspam.cgi pages. Simple as that.



Tomasz Chmielewski
http://wpkg.org



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to