]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 250892: Fix w3c validation error on search-specific
authorbugreport%peshkin.net <>
Wed, 14 Jul 2004 09:19:14 +0000 (09:19 +0000)
committerbugreport%peshkin.net <>
Wed, 14 Jul 2004 09:19:14 +0000 (09:19 +0000)
r=timeless
a=justdave

template/en/default/search/search-specific.html.tmpl

index ca3dae67b480ffa9f74ffb053bfb9d797f081b05..b503075523a55682f41d8ffa33b319fef517c0c5 100644 (file)
@@ -58,7 +58,7 @@ for "crash secure SSL flash".
       <b><label for="bug_status">Status:</label></b>
     </td>
     <td>
-      <select name="bug_status">
+      <select name="bug_status" id="bug_status">
         [% FOREACH s = ['open', 'closed', 'all'] %]
             <option value="__[% s %]__" 
                   [% " selected" IF default.bug_status.0 == "__${s}__" %]>
@@ -73,7 +73,7 @@ for "crash secure SSL flash".
       <b><label for="product">Product:</label></b>
     </td>
     <td>
-      <select name="product">
+      <select name="product" id="product">
         <option value="">All</option>
         [% FOREACH p = product %]
           <option value="[% p.name FILTER html %]"
@@ -88,7 +88,7 @@ for "crash secure SSL flash".
       <b><label for="content">Words:</label></b>
     </td>
     <td>
-      <input name="content" size="40" 
+      <input name="content" size="40" id="content"
              value="[% default.content.0 FILTER html %]">
       <script language="JavaScript" type="text/javascript"> <!--
           document.forms['queryform'].content.focus();