Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Feb 28, 2023
1 parent 5249077 commit bcde7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<select name="set" id="set" form="searchform">
<option value="">-</option>
{{range .sets}}
<option value="{{ index . " code" }}">{{ printf "%.25s" (index . "_id") }} ({{ index . "count" }})
<option value="{{ index . "code" }}">{{ printf "%.25s" (index . "_id") }} ({{ index . "count" }})
</option>
{{end}}
</select>
Expand Down

0 comments on commit bcde7b3

Please sign in to comment.