From d7a0d5be049d9f5870bc09022929c628cfabaa23 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 7 Aug 2008 14:19:16 +0000 Subject: Refs #206: Seems to be related to this issue http://www.webmasterworld.com/forum21/11685.htm Have committed a speculative fix based on the suggested fix, could you confirm this works for you? git-svn-id: https://code.elgg.org/elgg/trunk@1760 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/pageshells/pageshell.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views') diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php index 798e1bb3c..c92b50ea7 100644 --- a/views/default/pageshells/pageshell.php +++ b/views/default/pageshells/pageshell.php @@ -17,6 +17,9 @@ * @uses $vars['messages'] A 2d array of various message registers, passed from system_messages() */ + // Set the content type + header("Content-type: text/html; charset=iso-8859-1"); + // Set title if (empty($vars['title'])) { $title = $vars['config']->sitename; -- cgit v1.2.3