menu: fix minor HTML valdiation error #466

This commit is contained in:
Sören Weber 2023-02-25 11:55:35 +01:00
parent 1ff128e080
commit 43955d0e20
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -50,7 +50,7 @@
{{- $to := . }} {{- $to := . }}
<li>{{ $shortcut.Pre }}<a class="padding" href="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" $to) }}">{{ safeHTML $shortcut.Name }}</a>{{ $shortcut.Post }}</li> <li>{{ $shortcut.Pre }}<a class="padding" href="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" $to) }}">{{ safeHTML $shortcut.Name }}</a>{{ $shortcut.Post }}</li>
{{- else }} {{- else }}
<li>{{ $shortcut.Pre }}<a class="padding"href="{{ $shortcut.URL | relLangURL }}">{{ safeHTML $shortcut.Name }}</a>{{ $shortcut.Post }}</li> <li>{{ $shortcut.Pre }}<a class="padding" href="{{ $shortcut.URL | relLangURL }}">{{ safeHTML $shortcut.Name }}</a>{{ $shortcut.Post }}</li>
{{- end }} {{- end }}
{{- end }} {{- end }}
</ul> </ul>