summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-05-29 19:46:29 (GMT)
committerFred Drake <fdrake@acm.org>2003-05-29 19:46:29 (GMT)
commitd691c42a38821e58c4e20dc4e0e5962d2c1bf90e (patch)
tree1117f1f186413a7d73f3919a3f545f55ffc47025 /Doc/tools
parentdb6888b7dfa25e2b298f6e419673f137fdcce347 (diff)
downloadcpython-d691c42a38821e58c4e20dc4e0e5962d2c1bf90e.zip
cpython-d691c42a38821e58c4e20dc4e0e5962d2c1bf90e.tar.gz
cpython-d691c42a38821e58c4e20dc4e0e5962d2c1bf90e.tar.bz2
Include both </tr> tags in the thead, not just the first.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/mkpkglist5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/tools/mkpkglist b/Doc/tools/mkpkglist
index eefe2e5..0dd3916 100755
--- a/Doc/tools/mkpkglist
+++ b/Doc/tools/mkpkglist
@@ -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>'''