From b8d90e7907f0790d4811fe7a617488d54664721c Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 8 Aug 2008 13:14:41 +0000 Subject: Refs #206: Character encoding on both widget and main page now UTF-8 git-svn-id: https://code.elgg.org/elgg/trunk@1793 36083f99-b078-4883-b0ff-0f9b5a30f544 --- entities/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'entities/index.php') diff --git a/entities/index.php b/entities/index.php index b9890c1f8..f33df9ced 100644 --- a/entities/index.php +++ b/entities/index.php @@ -51,7 +51,8 @@ // Display the page if ($shell) { page_draw("", $body); - } else { + } else { + header("Content-type: text/html; charset=UTF-8"); echo $body; } -- cgit v1.2.3