feat: improve accessibility and browser behaviour
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M frontend/templates/blocks/options.gotmpl → frontend/templates/blocks/options.gotmpl
@@ -3,7 +3,7 @@ {{- range . }} {{- with .Data }} <details id="{{ .Name }}"> <summary> - {{ .Name }} + <h3>{{ .Name }}</h3> </summary> {{ markdown .Description }} <dl>