diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-07-28 11:52:48 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-07-28 11:52:48 +0200 |
commit | 222b01f5169f1c7e69762e0e8904c24f78f71882 (patch) | |
tree | 8e932e12546bb991357ec48eb1638d1770be7a35 /includes/templates/PHP4.php | |
parent | 00ab76a6b686e98a914afc1975812d2b1aaa7016 (diff) |
update to MediaWiki 1.16.0
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; |