]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixes some issues in relnotes
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 19 Jan 2015 21:24:26 +0000 (22:24 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 19 Jan 2015 21:24:26 +0000 (22:24 +0100)
template/en/default/pages/release-notes.html.tmpl

index 289371f4624900fbc36311112b3d3f632c8635df..b88fca68f3381d3795e6ae8cbc7e77d2e13fcebe 100644 (file)
@@ -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>
 
 [% 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 %]
        </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 %]