Remove unsupported <td> parameters so yelp-check validates

This commit is contained in:
Andre Klapper 2017-09-25 17:55:17 +02:00
parent d0da299f51
commit b011066c32
1 changed files with 7 additions and 7 deletions

View File

@ -57,15 +57,15 @@
<table frame="all" rules="all">
<thead>
<tr valign="top">
<td colname="COLSPEC0">
<tr>
<td>
<p>Exit Code</p></td>
<td colname="COLSPEC1">
<td>
<p>Description</p></td>
</tr>
</thead>
<tbody>
<tr valign="top">
<tr>
<td>
<p><var>0</var></p>
</td>
@ -73,7 +73,7 @@
<p>The user has pressed either <gui style="button">OK</gui> or <gui style="button">Close</gui>.</p>
</td>
</tr>
<tr valign="top">
<tr>
<td>
<p><var>1</var></p>
</td>
@ -81,7 +81,7 @@
<p>The user has either pressed <gui style="button">Cancel</gui>, or used the window functions to close the dialog.</p>
</td>
</tr>
<tr valign="top">
<tr>
<td>
<p><var>-1</var></p>
</td>
@ -89,7 +89,7 @@
<p>An unexpected error has occurred.</p>
</td>
</tr>
<tr valign="top">
<tr>
<td>
<p><var>5</var></p>
</td>