aboutsummaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-07 14:19:16 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-07 14:19:16 +0000
commitd7a0d5be049d9f5870bc09022929c628cfabaa23 (patch)
treedb6cc72989762c0a343cc56f31b6a1f5d5c69b5a /views/default
parent5c3d1255131f9fb2c45a5f116a541fac03e4bf0c (diff)
downloadelgg-d7a0d5be049d9f5870bc09022929c628cfabaa23.tar.gz
elgg-d7a0d5be049d9f5870bc09022929c628cfabaa23.tar.bz2
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
Diffstat (limited to 'views/default')
-rw-r--r--views/default/pageshells/pageshell.php3
1 files changed, 3 insertions, 0 deletions
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;