aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-10-12 22:14:23 +0000
committerrub <rub@piwigo.org>2007-10-12 22:14:23 +0000
commit608c174245ed8825366e40254e93bd57f777356d (patch)
treedf0953bb7fa52b83be3c390b6ed19f5f8ebfdf44 /template
parent4afa14cc8d3f26f841c92b083355004251d75087 (diff)
Replace htmlentities by htmlspecialchars on NBM in order to send a correct UTF8 mail.
Quote mail charset + add debug mail informations Fix "check user with same mail" where null email was not discarded git-svn-id: http://piwigo.org/svn/trunk@2136 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mail/text/html/header.tpl2
-rw-r--r--template/yoga/mail/text/plain/header.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/mail/text/html/header.tpl b/template/yoga/mail/text/html/header.tpl
index 37df3bad9..716a498e6 100644
--- a/template/yoga/mail/text/html/header.tpl
+++ b/template/yoga/mail/text/html/header.tpl
@@ -1,5 +1,5 @@
-----={BOUNDARY_KEY}
-Content-Type: {CONTENT_TYPE}; charset={CONTENT_ENCODING};
+Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
Content-Transfer-Encoding: 8bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl
index ce7667106..213fedbf1 100644
--- a/template/yoga/mail/text/plain/header.tpl
+++ b/template/yoga/mail/text/plain/header.tpl
@@ -1,3 +1,3 @@
-----={BOUNDARY_KEY}
-Content-Type: {CONTENT_TYPE}; charset={CONTENT_ENCODING};
+Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
Content-Transfer-Encoding: 8bit