mirror of https://github.com/docker/docs.git
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:
parent
3de8201822
commit
e3b1eb968d
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue