I'm not sure when it happened, but somewhere the main Wikipedia site
started putting out HTML with:
?xml version="1.0" encoding="utf-8"?
...
!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
...
None of the above is even close to the truth, and for the code to
claim it is will cause many problems. The HTTP headers simply claim
that the text is "HTML" and that the encoding is "ISO-8859-1", both
of which are accurate and useful; this is the way UseMod has always
worked and still does, so I don't know where the new stuff came from.
This needs to be fixed.
"Meta" is too broken now for me to check.
0