diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-02-21 07:27:15 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-02-21 07:27:15 +0000 |
commit | 9ea05545197378466dc3ceee0f55bcd5819264cb (patch) | |
tree | df8f9df6024e0ecd35769152027fb5f6f1dee8e1 /includes/OutputPage.php | |
parent | c39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 (diff) |
Aktualisierung auf MediaWiki 1.9.3
Diffstat (limited to 'includes/OutputPage.php')
-rw-r--r-- | includes/OutputPage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 4ca9e88a..6d3cc0ac 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -561,6 +561,7 @@ class OutputPage { $this->sendCacheControl(); + $wgRequest->response()->header("Content-Type: text/html; charset=utf-8"); if( $wgDebugRedirects ) { $url = htmlspecialchars( $this->mRedirect ); print "<html>\n<head>\n<title>Redirect</title>\n</head>\n<body>\n"; |