diff options
author | lpsolit%gmail.com <> | 2006-03-15 08:01:23 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-15 08:01:23 +0100 |
commit | 5c262688d87ea1fd9f8538c5f720d907b3dde792 (patch) | |
tree | 998927fe5f4b44c959372f009a09e0dd743368fe /template/en/default/whine | |
parent | e0946fe716dffb0852494c09c436b099fe593697 (diff) | |
download | bugzilla-5c262688d87ea1fd9f8538c5f720d907b3dde792.tar.gz bugzilla-5c262688d87ea1fd9f8538c5f720d907b3dde792.tar.xz |
Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=justdave
Diffstat (limited to 'template/en/default/whine')
-rw-r--r-- | template/en/default/whine/multipart-mime.txt.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/whine/multipart-mime.txt.tmpl b/template/en/default/whine/multipart-mime.txt.tmpl index 5e597d899..208faf8a0 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 %]-- |