about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/options.gotmpl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/blocks/options.gotmpl')
-rw-r--r--frontend/templates/blocks/options.gotmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl
index a9c2a1b..f27e8e6 100644
--- a/frontend/templates/blocks/options.gotmpl
+++ b/frontend/templates/blocks/options.gotmpl
@@ -4,9 +4,9 @@
     <section id="results">
       {{- range .Results.Hits }}
         {{- with .Data }}
-          <details id="{{ .Option }}">
+          <details id="{{ .Name }}">
             <summary>
-              {{ .Option }}
+              {{ .Name }}
             </summary>
             <p>
               {{ markdown .Description }}