]> granicus.if.org Git - python/commitdiff
Include both </tr> tags in the thead, not just the first.
authorFred Drake <fdrake@acm.org>
Thu, 29 May 2003 19:46:29 +0000 (19:46 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 May 2003 19:46:29 +0000 (19:46 +0000)
Doc/tools/mkpkglist

index eefe2e5692838838e69d3429a77eace6b905b63c..0dd391624278f8eadbbe8cd93aca3fab6ce508f5 100755 (executable)
@@ -41,9 +41,8 @@ print '''\
 <table border="1" cellpadding="3" align="center">
   <thead>
     <tr bgcolor="#99ccff"><th rowspan="2">Content</th>
-                          <th colspan="3">Format</th>
-      </tr>
-    <tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th>
+                          <th colspan="3">Format</th></tr>
+    <tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th></tr>
     </thead>
   <tbody>'''