]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 529498: Missing </option> in search/form.html.tmpl - Patch by Patch by A.A. Shimo...
authorlpsolit%gmail.com <>
Wed, 18 Nov 2009 14:39:34 +0000 (14:39 +0000)
committerlpsolit%gmail.com <>
Wed, 18 Nov 2009 14:39:34 +0000 (14:39 +0000)
template/en/default/search/form.html.tmpl

index 07ab43c702ee858a845c49e50dc2419fe308da1e..72e1cf0332df14724cbe6c8a75bd1fbc3ac4f897 100644 (file)
@@ -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 %]>