diff options
Diffstat (limited to 'thumb.php')
-rw-r--r-- | thumb.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ if ( $thumb && $thumb->path ) { $badtitle = wfMsg( 'badtitle' ); $badtitletext = wfMsg( 'badtitletext' ); header( 'Cache-Control: no-cache' ); - header( 'Content-Type: text/html' ); + header( 'Content-Type: text/html; charset=utf-8' ); echo "<html><head> <title>$badtitle</title> <body> |