From e3b7e2bcb7c4b3e78e365e4cccbd3c62cac6cb26 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 21 Feb 2007 05:52:34 +0000 Subject: 0000651: wrong format=flowed in notification emails Remove format=flowed witch are not necessary and poses problem with UTF8 charset. git-svn-id: http://piwigo.org/svn/trunk@1847 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/text/plain/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/yoga/mail/text/plain/header.tpl') diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl index d409439bc..1aefc7d2d 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}; format=flowed; +Content-Type: {CONTENT_TYPE}; charset={CONTENT_ENCODING}; Content-Transfer-Encoding: 8bit -- cgit v1.2.3