diff options
author | rub <rub@piwigo.org> | 2007-02-21 05:52:34 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-21 05:52:34 +0000 |
commit | e3b7e2bcb7c4b3e78e365e4cccbd3c62cac6cb26 (patch) | |
tree | f19571d845ad0078b7c893d7cce1c0b29152597c /template/yoga/mail/text/plain/header.tpl | |
parent | 57278c296076ca1c7764ece6764e79c088a5bd5d (diff) |
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
Diffstat (limited to 'template/yoga/mail/text/plain/header.tpl')
-rw-r--r-- | template/yoga/mail/text/plain/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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
|