diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-08 13:14:41 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-08 13:14:41 +0000 |
commit | b8d90e7907f0790d4811fe7a617488d54664721c (patch) | |
tree | 9e2e40fa3c565ccf28101ab87ebfe154faac68be /views/default/pageshells | |
parent | 9806760c376dda33e168c4da48c6c4b8f0bd2c28 (diff) | |
download | elgg-b8d90e7907f0790d4811fe7a617488d54664721c.tar.gz elgg-b8d90e7907f0790d4811fe7a617488d54664721c.tar.bz2 |
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
Diffstat (limited to 'views/default/pageshells')
-rw-r--r-- | views/default/pageshells/pageshell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php index c92b50ea7..7ba7cc22b 100644 --- a/views/default/pageshells/pageshell.php +++ b/views/default/pageshells/pageshell.php @@ -18,7 +18,7 @@ */ // Set the content type - header("Content-type: text/html; charset=iso-8859-1"); + header("Content-type: text/html; charset=UTF-8"); // Set title if (empty($vars['title'])) { |