Skip to content

Commit 264cc47

Browse files
authored
Merge pull request #21864 from thaJeztah/cli_layout_fix_closing_tag
layouts: cli.html: fix incorrect closing tag
2 parents 3de8201 + e3b1eb9 commit 264cc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/cli.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="scroll-mt-36">{{ .Title }}</h1>
1717
{{ with $data.short }}
1818
<tr>
1919
<th class="text-left w-32">Description</th>
20-
<td>{{ . }}</th>
20+
<td>{{ . }}</td>
2121
</tr>
2222
{{ end }}
2323
{{ with $data.usage }}

0 commit comments

Comments
 (0)