From 43955d0e203b8033d19e398d4fb31f717f79e628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 25 Feb 2023 11:55:35 +0100 Subject: [PATCH] menu: fix minor HTML valdiation error #466 --- layouts/partials/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 39f3927023..5b96cddfe2 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -50,7 +50,7 @@ {{- $to := . }}
  • {{ $shortcut.Pre }}{{ safeHTML $shortcut.Name }}{{ $shortcut.Post }}
  • {{- else }} -
  • {{ $shortcut.Pre }}{{ safeHTML $shortcut.Name }}{{ $shortcut.Post }}
  • +
  • {{ $shortcut.Pre }}{{ safeHTML $shortcut.Name }}{{ $shortcut.Post }}
  • {{- end }} {{- end }}