diff options
Diffstat (limited to 'includes/templates/PHP4.php')
-rw-r--r-- | includes/templates/PHP4.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/templates/PHP4.php b/includes/templates/PHP4.php index 058351a0..b071ebd5 100644 --- a/includes/templates/PHP4.php +++ b/includes/templates/PHP4.php @@ -27,11 +27,11 @@ if ( preg_match( '!^(.*)/config/[^/]*.php$!', $scriptUrl, $m ) ) { ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'> +<html xmlns='http://www.w3.org/1999/xhtml' lang='en'> <head> <title>MediaWiki <?php echo htmlspecialchars( $wgVersion ); ?></title> <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> - <style type='text/css' media='screen, projection'> + <style type='text/css' media='screen'> html, body { color: #000; background-color: #fff; |