From e3b1eb968d372d38b5c1bd0c89d0ee39fa0b3826 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 22 Jan 2025 11:53:29 +0100 Subject: [PATCH] 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 56679aec9870a57dc306a781e3e445be70aba1a6 Signed-off-by: Sebastiaan van Stijn --- layouts/_default/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/cli.html b/layouts/_default/cli.html index f9cd66d1dc7..1a5b0fad8a5 100644 --- a/layouts/_default/cli.html +++ b/layouts/_default/cli.html @@ -17,7 +17,7 @@

{{ .Title }}

{{ with $data.short }} Description - {{ . }} + {{ . }} {{ end }} {{ with $data.usage }}