diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-01-19 22:24:26 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-01-19 22:24:26 +0100 |
commit | 8635fcabd4c107f952e5f4c52d824cab029c6aab (patch) | |
tree | e8b6826a7df5ba4da218b0b5cdb209eecc7249a5 /template | |
parent | 96d56d70dc3be4048794a1f115344e313849f286 (diff) | |
download | bugzilla-8635fcabd4c107f952e5f4c52d824cab029c6aab.tar.gz bugzilla-8635fcabd4c107f952e5f4c52d824cab029c6aab.tar.xz |
Fixes some issues in relnotes
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 289371f46..b88fca68f 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -83,7 +83,7 @@ [% INCLUDE req_table reqs = OPTIONAL_MODULES new = ['Cache-Memcached','File-Copy-Recursive'] - updated = ['Test-Taint'] + updated = ['Chart', 'Test-Taint'] include_feature = 1 %] <h3 id="req_apache">Optional Apache Modules</h3> @@ -325,7 +325,7 @@ [% BLOCK db_req %] [% SET m = DB_MODULE.$db %] - <h3 id="v40_req_[% db FILTER html %]">For [% m.name FILTER html %] Users</h3> + <h3 id="req_[% db FILTER html %]">For [% m.name FILTER html %] Users</h3> <ul> <li>[% m.name FILTER html %] @@ -334,7 +334,7 @@ </li> <li><strong>perl module:</strong> [%+ m.dbd.module FILTER html %] - [% '<span class="req_new">' IF dbd_new %]v[% m.dbd.version FILTER html %] + [%+ '<span class="req_new">' IF dbd_new %]v[% m.dbd.version FILTER html %] [% '</span>' IF dbd_new %]</li> </ul> [% END %] |