Add a content type and encoding header to profileinfo.php, encoding was borked
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 11 Feb 2011 19:28:04 +0000 (19:28 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 11 Feb 2011 19:28:04 +0000 (19:28 +0000)
profileinfo.php

index b8dc15b..ecf69e5 100644 (file)
@@ -31,6 +31,8 @@ $wgEnableProfileInfo = $wgProfileToDatabase = false;
 
 require_once( './includes/WebStart.php' );
 
+header( 'Content-Type: text/html; charset=utf-8' );
+
 ?>
 <html>
 <head>