about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/options.gotmpl
diff options
context:
space:
mode:
authorAlan Pearce2024-05-04 19:50:26 +0200
committerAlan Pearce2024-05-04 19:50:26 +0200
commit87ec9ecf21781c5289257750fd41c6b9991f1f6e (patch)
treee8c80247f2db58a52553b404c0e9606b8879a0f5 /frontend/templates/blocks/options.gotmpl
parente96fa5ff6835a3bb8b28f14ff0e0771d80631d2c (diff)
downloadsearchix-87ec9ecf21781c5289257750fd41c6b9991f1f6e.tar.lz
searchix-87ec9ecf21781c5289257750fd41c6b9991f1f6e.tar.zst
searchix-87ec9ecf21781c5289257750fd41c6b9991f1f6e.zip
feat: browser history management
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 e67a5c1..d5171c3 100644
--- a/frontend/templates/blocks/options.gotmpl
+++ b/frontend/templates/blocks/options.gotmpl
@@ -1,6 +1,6 @@
 {{ define "results" }}
   {{- range $opt, $data := .Results }}
-    <details>
+    <details id="{{ $opt }}">
       <summary>
         {{ $opt }}
       </summary>