Remove unsupported <td> parameters so yelp-check validates
This commit is contained in:
parent
d0da299f51
commit
b011066c32
@ -57,15 +57,15 @@
|
|||||||
|
|
||||||
<table frame="all" rules="all">
|
<table frame="all" rules="all">
|
||||||
<thead>
|
<thead>
|
||||||
<tr valign="top">
|
<tr>
|
||||||
<td colname="COLSPEC0">
|
<td>
|
||||||
<p>Exit Code</p></td>
|
<p>Exit Code</p></td>
|
||||||
<td colname="COLSPEC1">
|
<td>
|
||||||
<p>Description</p></td>
|
<p>Description</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr valign="top">
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><var>0</var></p>
|
<p><var>0</var></p>
|
||||||
</td>
|
</td>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<p>The user has pressed either <gui style="button">OK</gui> or <gui style="button">Close</gui>.</p>
|
<p>The user has pressed either <gui style="button">OK</gui> or <gui style="button">Close</gui>.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><var>1</var></p>
|
<p><var>1</var></p>
|
||||||
</td>
|
</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>
|
<p>The user has either pressed <gui style="button">Cancel</gui>, or used the window functions to close the dialog.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><var>-1</var></p>
|
<p><var>-1</var></p>
|
||||||
</td>
|
</td>
|
||||||
@ -89,7 +89,7 @@
|
|||||||
<p>An unexpected error has occurred.</p>
|
<p>An unexpected error has occurred.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><var>5</var></p>
|
<p><var>5</var></p>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user