Include both </tr> tags in the thead, not just the first.
This commit is contained in:
parent
db6888b7df
commit
d691c42a38
|
@ -41,9 +41,8 @@ print '''\
|
||||||
<table border="1" cellpadding="3" align="center">
|
<table border="1" cellpadding="3" align="center">
|
||||||
<thead>
|
<thead>
|
||||||
<tr bgcolor="#99ccff"><th rowspan="2">Content</th>
|
<tr bgcolor="#99ccff"><th rowspan="2">Content</th>
|
||||||
<th colspan="3">Format</th>
|
<th colspan="3">Format</th></tr>
|
||||||
</tr>
|
<tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th></tr>
|
||||||
<tr bgcolor="#99ccff"><th>ZIP</th><th>GZip</th><th>BZip2</th>
|
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>'''
|
<tbody>'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue