fix: a form field element should have an id or name attribute

This commit is contained in:
Cell
2025-11-14 15:58:36 +08:00
parent 113ad247de
commit f23f7933eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -288,7 +288,7 @@
{{- .Language.LanguageName -}}
{{- dict "Class" "dropdown-icon fa-solid fa-chevron-down" | partial "plugin/icon.html" -}}
</span>
<select class="language-select" onchange="location = this.value;">
<select id="language-select" class="language-select" onchange="location = this.value;">
{{- if eq .Kind "404" -}}
{{- range .Sites -}}
{{- $link := printf "%v/404.html" .LanguagePrefix -}}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v0.4.0-alpha.2-20251114024932-1ba03035" -}}
{{- hugo.Store.Set "version" "v0.4.0-alpha.2-20251114075837-113ad247" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}