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
commit 264cc47ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 }}