diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-14 04:54:44 -0800 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-14 04:54:44 -0800 |
commit | 94e0c3c97044ea2fd3f9bcfcbd07dd6215d084a0 (patch) | |
tree | 2505faac192ecbda27a7485022a5e543307ff2fa /view/fr | |
parent | 5eebb373e5ac761ba0f2020a85fa6db7544f7229 (diff) | |
download | volse-hubzilla-94e0c3c97044ea2fd3f9bcfcbd07dd6215d084a0.tar.gz volse-hubzilla-94e0c3c97044ea2fd3f9bcfcbd07dd6215d084a0.tar.bz2 volse-hubzilla-94e0c3c97044ea2fd3f9bcfcbd07dd6215d084a0.zip |
fixed the charset on the html version of the message, overlooked this in the last commit, now uses utf-8 in the meta tag
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/mail_received_eml.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/fr/mail_received_eml.tpl b/view/fr/mail_received_eml.tpl index 972d141c3..f872a6713 100644 --- a/view/fr/mail_received_eml.tpl +++ b/view/fr/mail_received_eml.tpl @@ -21,7 +21,7 @@ Content-Transfer-Encoding: 8bit <html> <head> <title>Friendika Message</title> - <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" /> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> <table style="border:1px solid #ccc"> |