Merge pull request #784 from kizzie/fix/html-for-table

Correct table html with close tag for </thead>
This commit is contained in:
Sebastiaan van Stijn 2018-01-04 17:12:47 +01:00 committed by GitHub
commit 2a4c1ef0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -764,6 +764,7 @@ The options you can specify are:
<th>Long syntax</th> <th>Long syntax</th>
<th>Description</th> <th>Description</th>
</tr> </tr>
</thead>
<tr> <tr>
<td>published and target port </td> <td>published and target port </td>
<td><tt></tt></td> <td><tt></tt></td>