diff options
author | lpsolit%gmail.com <> | 2009-11-18 15:39:34 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-11-18 15:39:34 +0100 |
commit | c3191f69905d45eb91b126606b58a7a8f83f6d1c (patch) | |
tree | e4389cea07ae76784993023c032fcc5c78fa7bcf | |
parent | c07cd20a1d7f6d4a0348a6ab478a5b03ef1bfb07 (diff) | |
download | bugzilla-c3191f69905d45eb91b126606b58a7a8f83f6d1c.tar.gz bugzilla-c3191f69905d45eb91b126606b58a7a8f83f6d1c.tar.xz |
Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
-rw-r--r-- | template/en/default/search/form.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 07ab43c70..72e1cf033 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -618,6 +618,7 @@ function doOnSelectProduct(selectmode) { <option value="[% value.name OR '---' FILTER html %]" [% " selected" IF lsearch(default.${sel.name}, value.name) != -1 %]> [% display_value(sel.name, value.name) FILTER html %] + </option> [% ELSE %] <option value="[% value OR '---' FILTER html %]" [% " selected" IF lsearch(default.${sel.name}, value) != -1 %]> |