Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d691c42

Browse files
committed
Include both </tr> tags in the thead, not just the first.
1 parent db6888b commit d691c42

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/tools/mkpkglist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ print '''\
4141
<table border="1" cellpadding="3" align="center">
4242
<thead>
4343
<tr bgcolor="#99ccff"><th rowspan="2">Content</th>
44-
<th colspan="3">Format</th>
45-
</tr>
46-
<tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th>
44+
<th colspan="3">Format</th></tr>
45+
<tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th></tr>
4746
</thead>
4847
<tbody>'''
4948

0 commit comments

Comments
 (0)