diff options
Diffstat (limited to 'frontend/templates')
-rw-r--r-- | frontend/templates/blocks/options.gotmpl | 2 |
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> |