From 0b53892e7240615c97911774d4938c8a394bbfc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 11 Feb 2011 19:28:04 +0000 Subject: [PATCH] Add a content type and encoding header to profileinfo.php, encoding was borked --- profileinfo.php | 2 ++ 1 file changed, 2 insertions(+) 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' ); + ?> -- 2.20.1