commit 21bb2722f0ab0f2491fabf039d2787bd2b73f82d
parent d8718b9df56b6a0ce3f0ad0f0d8c9f06bed9f63d
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 14 Jun 2023 15:54:16 -0700
cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/interceptors/chess.go b/pkg/web/handlers/interceptors/chess.go
@@ -522,7 +522,7 @@ func (g *ChessGame) drawPlayerCard(moveIdx int, key string, isBlack, isSpectator
fns := template.FuncMap{
"commentHTML": func(s string) template.HTML {
- return template.HTML(fmt.Sprintf("<!-- Best move: %s -->", s))
+ return template.HTML(fmt.Sprintf("<!-- %s -->", s))
},
"attr": func(s string) template.HTMLAttr {
return template.HTMLAttr(s)