summaryrefslogtreecommitdiff
path: root/includes/GlobalFunctions.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-02-21 07:27:15 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-02-21 07:27:15 +0000
commit9ea05545197378466dc3ceee0f55bcd5819264cb (patch)
treedf8f9df6024e0ecd35769152027fb5f6f1dee8e1 /includes/GlobalFunctions.php
parentc39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 (diff)
Aktualisierung auf MediaWiki 1.9.3
Diffstat (limited to 'includes/GlobalFunctions.php')
-rw-r--r--includes/GlobalFunctions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php
index da24e4a7..de07b321 100644
--- a/includes/GlobalFunctions.php
+++ b/includes/GlobalFunctions.php
@@ -1078,7 +1078,7 @@ function wfHttpError( $code, $label, $desc ) {
header( "Status: $code $label" );
$wgOut->sendCacheControl();
- header( 'Content-type: text/html' );
+ header( 'Content-type: text/html; charset=utf-8' );
print "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">".
"<html><head><title>" .
htmlspecialchars( $label ) .