From: Niklas Laxström Date: Fri, 11 Feb 2011 19:28:04 +0000 (+0000) Subject: Add a content type and encoding header to profileinfo.php, encoding was borked X-Git-Tag: 1.31.0-rc.0~32038 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=0b53892e7240615c97911774d4938c8a394bbfc0;p=lhc%2Fweb%2Fwiklou.git Add a content type and encoding header to profileinfo.php, encoding was borked --- diff --git a/profileinfo.php b/profileinfo.php index b8dc15b8e9..ecf69e50e1 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -31,6 +31,8 @@ $wgEnableProfileInfo = $wgProfileToDatabase = false; require_once( './includes/WebStart.php' ); +header( 'Content-Type: text/html; charset=utf-8' ); + ?>