From be9bbd219dc531c65e50f404ca1d5303fedd337e Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 15 Oct 2008 00:28:20 +0000 Subject: - fix broken plain text mails (end of header.tpl must have one empty line to separate from mime headers) - fix position of flat button (recent commit changed html structure) - increase font size from 80% to 90% for thumb legends (somehow the shown text is a lot smaller than 1.7) git-svn-id: http://piwigo.org/svn/branches/2.0@2740 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/mail/text/plain/header.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/yoga/mail/text') diff --git a/template/yoga/mail/text/plain/header.tpl b/template/yoga/mail/text/plain/header.tpl index 7471010c9..f1fcd61b5 100644 --- a/template/yoga/mail/text/plain/header.tpl +++ b/template/yoga/mail/text/plain/header.tpl @@ -1,4 +1,6 @@ {* $Id$ *} -----={$BOUNDARY_KEY} Content-Type: {$CONTENT_TYPE}; charset="{$CONTENT_ENCODING}"; -Content-Transfer-Encoding: 8bit +Content-Transfer-Encoding: 8bit{literal} + +{/literal}{*note that there must be an empty line to separate the mime headers*} -- cgit v1.2.3