summaryrefslogtreecommitdiffstats
path: root/template/en/default/search
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-11-18 15:39:34 +0100
committerlpsolit%gmail.com <>2009-11-18 15:39:34 +0100
commitc3191f69905d45eb91b126606b58a7a8f83f6d1c (patch)
treee4389cea07ae76784993023c032fcc5c78fa7bcf /template/en/default/search
parentc07cd20a1d7f6d4a0348a6ab478a5b03ef1bfb07 (diff)
downloadbugzilla-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
Diffstat (limited to 'template/en/default/search')
-rw-r--r--template/en/default/search/form.html.tmpl1
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 %]>