summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-04-17 23:52:40 +0200
committermkanat%bugzilla.org <>2009-04-17 23:52:40 +0200
commit3b1bc81a53d7988a2bd22ad311f77baafc807eca (patch)
treea8e2eacb4d3a3adb3b7399a14b02489e2dc5434c /template
parenta09564dd65b9050ed55dd01958fc6cb9f1c37131 (diff)
downloadbugzilla-3b1bc81a53d7988a2bd22ad311f77baafc807eca.tar.gz
bugzilla-3b1bc81a53d7988a2bd22ad311f77baafc807eca.tar.xz
Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, because of a bug in Email::MIME::Encodings
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 9f617a817..3353ab45d 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -181,7 +181,7 @@
<h3><a name="v32_req_modules"></a>Required Perl Modules</h3>
[% INCLUDE req_table reqs = REQUIRED_MODULES
- new = []
+ new = ['Email-MIME-Encodings']
updated = ['Template-Toolkit', 'Email-MIME',
'Email-MIME-Modifier', 'CGI.pm'] %]