summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/type-select.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/type-select.html.tmpl')
-rw-r--r--template/en/default/search/type-select.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/type-select.html.tmpl b/template/en/default/search/type-select.html.tmpl
index e74cc3cd3..043c4194a 100644
--- a/template/en/default/search/type-select.html.tmpl
+++ b/template/en/default/search/type-select.html.tmpl
@@ -24,6 +24,6 @@
[% FOREACH type = types %]
<option value="[% type FILTER html %]"
[%- ' selected="selected"' IF type == selected %]>
- [%- search_descs.$type %]</option>
+ [%- search_descs.$type FILTER html %]</option>
[% END %]
</select>