r20285 - /scripts/qa/templates/pkginfo
    dmn at users.alioth.debian.org 
    dmn at users.alioth.debian.org
       
    Thu May 22 12:25:16 UTC 2008
    
    
  
Author: dmn
Date: Thu May 22 12:25:16 2008
New Revision: 20285
URL: http://svn.debian.org/wsvn/?sc=1&rev=20285
Log:
remove one table level
Modified:
    scripts/qa/templates/pkginfo
Modified: scripts/qa/templates/pkginfo
URL: http://svn.debian.org/wsvn/scripts/qa/templates/pkginfo?rev=20285&op=diff
==============================================================================
--- scripts/qa/templates/pkginfo (original)
+++ scripts/qa/templates/pkginfo Thu May 22 12:25:16 2008
@@ -26,8 +26,7 @@
 
 <table>
     [% FOREACH s IN sections %]
-    <tr><th>${s.title|html}</th></tr>
-    <tr><td><table>
+    <tr><th colspan="2">${s.title|html}</th></tr>
     [% FOREACH data IN s.data %]
     <tr>
         <td>${data.key|html}</td>
@@ -36,6 +35,5 @@
         </td>
     </tr>
     [% END # FREACH data %]
-    </table></td></tr>
     [% END # FOREACH sections %]
 </table>
    
    
More information about the Pkg-perl-cvs-commits
mailing list