r15253 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Feb 20 22:23:39 UTC 2008


Author: dmn
Date: Wed Feb 20 22:23:38 2008
New Revision: 15253

URL: http://svn.debian.org/wsvn/?sc=1&rev=15253
Log:
s/thead/tbody/ in category headers

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=15253&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Wed Feb 20 22:23:38 2008
@@ -211,11 +211,11 @@
 [% BLOCK section %]
     [% IF list.0 %]
     [% IF title and name %]
-    <thead>
+    <tbody>
         <tr>
             <th colspan="5" class="clickable"><a style="display: block" href="javascript:toggle_visibility('$name')">$title ($list.size)</a></th>
         </tr>
-    </thead>
+    </tbody>
     [% END #IF title and name %]
     <tbody[% IF name %] id="$name" style="display: [% IF start_collapsed %]none[% ELSE %]table-row-group[% END %]"[% END %]>
         <tr>




More information about the Pkg-perl-cvs-commits mailing list