diff options
author | lpsolit%gmail.com <> | 2008-12-06 22:12:50 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-12-06 22:12:50 +0100 |
commit | 8cb33cb1b96bf40e32f51f68b521f307fc96a23e (patch) | |
tree | e038e1b283bdad485df6834155c04b5283db2775 /template/en/default/search | |
parent | f733acb50c5eb344941c5149a78f72102d510bcb (diff) | |
download | bugzilla-8cb33cb1b96bf40e32f51f68b521f307fc96a23e.tar.gz bugzilla-8cb33cb1b96bf40e32f51f68b521f307fc96a23e.tar.xz |
Fix bustage due to bug 463002
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/type-select.html.tmpl | 2 |
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> |