summaryrefslogtreecommitdiff
path: root/includes/OutputPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/OutputPage.php')
-rw-r--r--includes/OutputPage.php1
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";