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/StreamFile.php | |
parent | c39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 (diff) |
Aktualisierung auf MediaWiki 1.9.3
Diffstat (limited to 'includes/StreamFile.php')
-rw-r--r-- | includes/StreamFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/StreamFile.php b/includes/StreamFile.php index 949422d6..dc653e57 100644 --- a/includes/StreamFile.php +++ b/includes/StreamFile.php @@ -7,7 +7,7 @@ function wfStreamFile( $fname ) { if ( !$stat ) { header( 'HTTP/1.0 404 Not Found' ); header( 'Cache-Control: no-cache' ); - header( 'Content-Type: text/html' ); + header( 'Content-Type: text/html; charset=utf-8' ); $encFile = htmlspecialchars( $fname ); $encScript = htmlspecialchars( $_SERVER['SCRIPT_NAME'] ); echo "<html><body> |