HTML tweaks inching towards XHTML-friendly output. To test:
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Apr 2004 10:01:08 +0000 (10:01 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 3 Apr 2004 10:01:08 +0000 (10:01 +0000)
commit3d2a067e8c725d0ba16cabc6aeefff06f7e50571
treeb8281c0756370e1b7b743da1666910e2e394de20
parentb8530b5c75e5dddcd34a507d631ee0417582f395
HTML tweaks inching towards XHTML-friendly output. To test:
$wgMimeType = "text/xml";
$wgDocType = "-//W3C//DTD XHTML 1.0 Transitional//EN";
$wgDTD = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";

Mozilla will spit out angry erorrs at all the well-formedness errors.
12 files changed:
includes/Article.php
includes/Database.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/EditPage.php
includes/ImagePage.php
includes/Math.php
includes/OutputPage.php
includes/PageHistory.php
includes/Parser.php
includes/Skin.php
languages/LanguageFr.php