diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-15 01:59:54 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-15 01:59:54 -0700 |
commit | ff1d8aea2f2805f85ce3cc7e4079d04fb9f1bac4 (patch) | |
tree | 4e190557b981ad9d551593c8ad45e0f9d09f5f3f /modules/gallery/controllers/user_profile.php | |
parent | a1be33f6ab9672cd4886e5b607001d30368613a1 (diff) |
We use UTF-8 everywhere. Fixes ticket #1285.
Diffstat (limited to 'modules/gallery/controllers/user_profile.php')
-rw-r--r-- | modules/gallery/controllers/user_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/user_profile.php b/modules/gallery/controllers/user_profile.php index 726d3e51..e992655b 100644 --- a/modules/gallery/controllers/user_profile.php +++ b/modules/gallery/controllers/user_profile.php @@ -56,7 +56,7 @@ class User_Profile_Controller extends Controller { ->to($user->email) ->subject(html::clean($form->message->subject->value)) ->header("Mime-Version", "1.0") - ->header("Content-type", "text/html; charset=iso-8859-1") + ->header("Content-type", "text/html; charset=UTF-8") ->reply_to($form->message->reply_to->value) ->message(html::purify($form->message->message->value)) ->send(); |