From 11a9a8dac42958d0ae3cf2a428b3d2153a36e89d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 20 Jul 2008 14:29:04 +0000 Subject: [PATCH] * (bug 12568) configuration script now produce valid XHTML * Updated copyright (taken from SpecialVersion.php) --- RELEASE-NOTES | 1 + config/index.php | 214 ++++++++++++++++++++--------------------------- index.php | 3 +- 3 files changed, 96 insertions(+), 122 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc8aa4655b..ac1d4ef87e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -443,6 +443,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 12384) Comments in maintenance/*php * (bug 12441) ./maintenance/generateSitemap.php fix -fspath requiring a trailing slash. +* (bug 12568) configuration script now produce valid XHTML. === API changes in 1.13 === diff --git a/config/index.php b/config/index.php index 1c1d3877c9..a0d7f4fbe4 100644 --- a/config/index.php +++ b/config/index.php @@ -80,10 +80,10 @@ $ourdb['mssql']['bgcolor'] = '#ffc0cb'; $ourdb['mssql']['rootuser'] = 'administrator'; ?> - - + + - + MediaWiki <?php echo( $wgVersion ); ?> Installation