diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/search/field.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/field.html.tmpl b/template/en/default/search/field.html.tmpl index dc1592e38..86f293aa1 100644 --- a/template/en/default/search/field.html.tmpl +++ b/template/en/default/search/field.html.tmpl @@ -105,7 +105,7 @@ [% FOREACH current_value = legal_values %] [% SET v = current_value.name OR '---' -%] [% SET display = display_value(field.name, current_value.name) %] - <option [% IF v != display %]value="[% v FILTER html %]"[% END ~%] + <option value="[% v FILTER html %]" id="v[% current_value.id FILTER html %]_[% field.name FILTER html %]" [% ' selected="selected"' IF value.contains( v ) %]> [%~ display FILTER html ~%] |