layouts: cli.html: fix incorrect closing tag

The opening tag was a "td", but the closing tag a "th". Looks
like browsers fix this up, but let's change it to be correct.

updates 56679aec98

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2025-01-22 11:53:29 +01:00
parent 3de8201822
commit e3b1eb968d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
{{ with $data.short }}
<tr>
<th class="text-left w-32">Description</th>
<td>{{ . }}</th>
<td>{{ . }}</td>
</tr>
{{ end }}
{{ with $data.usage }}