From: lpsolit%gmail.com <> Date: Wed, 15 Mar 2006 07:05:08 +0000 (+0000) Subject: Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc Schumann... X-Git-Tag: bugzilla-2.20.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b29466fc52e28ee7809e96a70681075ebb53ec3;p=thirdparty%2Fbugzilla.git Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc Schumann r=wicked a=justdave --- diff --git a/template/en/default/whine/multipart-mime.txt.tmpl b/template/en/default/whine/multipart-mime.txt.tmpl index 5e597d8990..208faf8a04 100644 --- a/template/en/default/whine/multipart-mime.txt.tmpl +++ b/template/en/default/whine/multipart-mime.txt.tmpl @@ -50,3 +50,4 @@ Content-type: [% part.type +%] [%+ part.content %] [%+ END %] +--[% boundary %]--