Use th for table headers

We should use <th> instead of <td> for table headers

Change-Id: I77d2691f0290f505cf81557af1cab8989d768043
Closes-Bug: #1256137
This commit is contained in:
Andreas Jaeger 2013-12-09 21:27:15 +01:00
parent 95617e3829
commit d740b7f4dd
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ def write_docbook(directory, flags, groups, package_name, verbose=0):
<col width="50%"/>\n\
<thead>\n\
<tr>\n\
<td>Configuration option=Default value</td>\n\
<td>Description</td>\n\
<th>Configuration option=Default value</th>\n\
<th>Description</th>\n\
</tr>\n\
</thead>\n\
<tbody>')