Ciao a tutti,
non so se sono nella sezione giusta, ma nel caso spostatemi pure.

Sto validando un mio sito a "HTML 4.01 Strict" e dopo aver verificato e corretto tutti gli errori mi rimane questo warning

Warning DOCTYPE Override in effect!

The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//IT">" has been suppressed and the DOCTYPE for "HTML 4.01 Strict" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
e chiaramente in testa al file ho

Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//IT"
Non riesco a capire dove sta l'errore e quindi come risolverlo.

Grazie per qualsiasi suggerimento.