Installer is no longer hardcoded to xhtml doctype
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 8 May 2010 13:45:14 +0000 (13:45 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 8 May 2010 13:45:14 +0000 (13:45 +0000)
commit0e3ed4741cad61b29dc86eee268e499f3512079d
tree8b7866482d863c147b5cf7c62a9383940a04dbce
parent2820be0a5e93b58a1141dd0d443047e3127eeef4
Installer is no longer hardcoded to xhtml doctype

Refactored the doctype and html tag building into Html::htmlHeader()
from OutputPage.
includes/Html.php
includes/OutputPage.php
includes/installer/WebInstallerOutput.php