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 | |
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')
-rw-r--r-- | view/de/mail_received_eml.tpl | 2 | ||||
-rw-r--r-- | view/en/mail_received_eml.tpl | 2 | ||||
-rw-r--r-- | view/fr/mail_received_eml.tpl | 2 | ||||
-rw-r--r-- | view/it/mail_received_eml.tpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/view/de/mail_received_eml.tpl b/view/de/mail_received_eml.tpl index 174aa4f97..bf9bb9ca9 100644 --- a/view/de/mail_received_eml.tpl +++ b/view/de/mail_received_eml.tpl @@ -22,7 +22,7 @@ Content-Transfer-Encoding: 8bit <html> <head> <title>Friendika Nachricht</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"> diff --git a/view/en/mail_received_eml.tpl b/view/en/mail_received_eml.tpl index 68df07c3d..802280052 100644 --- a/view/en/mail_received_eml.tpl +++ b/view/en/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"> 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"> diff --git a/view/it/mail_received_eml.tpl b/view/it/mail_received_eml.tpl index c51917a88..829c0fee5 100644 --- a/view/it/mail_received_eml.tpl +++ b/view/it/mail_received_eml.tpl @@ -21,7 +21,7 @@ Content-Transfer-Encoding: 8bit <html> <head> <title>Friendika Messsaggio</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"> |