about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/options.gotmpl
diff options
context:
space:
mode:
authorAlan Pearce2024-05-17 13:31:03 +0200
committerAlan Pearce2024-05-17 13:58:29 +0200
commit054d2b3bf7eb4c5a5401565e86031f22ea754062 (patch)
tree7f8b883b5ce8374d949004e4588395f90b2bbc3b /frontend/templates/blocks/options.gotmpl
parentd6e117bb9aeb2bae23dedd51b59b6e6f139e8a4f (diff)
downloadsearchix-054d2b3bf7eb4c5a5401565e86031f22ea754062.tar.lz
searchix-054d2b3bf7eb4c5a5401565e86031f22ea754062.tar.zst
searchix-054d2b3bf7eb4c5a5401565e86031f22ea754062.zip
feat: improve accessibility and browser behaviour
Diffstat (limited to 'frontend/templates/blocks/options.gotmpl')
-rw-r--r--frontend/templates/blocks/options.gotmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl
index 806ca2f..de31696 100644
--- a/frontend/templates/blocks/options.gotmpl
+++ b/frontend/templates/blocks/options.gotmpl
@@ -3,7 +3,7 @@
     {{- with .Data }}
       <details id="{{ .Name }}">
         <summary>
-          {{ .Name }}
+          <h3>{{ .Name }}</h3>
         </summary>
         {{ markdown .Description }}
         <dl>