mirror of https://github.com/docker/docs.git
Merge pull request #21864 from thaJeztah/cli_layout_fix_closing_tag
layouts: cli.html: fix incorrect closing tag
This commit is contained in:
commit
264cc47ae0
|
@ -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