Merge pull request #21864 from thaJeztah/cli_layout_fix_closing_tag

layouts: cli.html: fix incorrect closing tag
This commit is contained in:
David Karlsson
2025-01-22 13:32:00 +01:00
committed by GitHub

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 }}