Commit ebea3d35 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 250892: Fix w3c validation errors on search-specific

parent ac8796ba
...@@ -58,7 +58,7 @@ for "crash secure SSL flash". ...@@ -58,7 +58,7 @@ for "crash secure SSL flash".
<b><label for="bug_status">Status:</label></b> <b><label for="bug_status">Status:</label></b>
</td> </td>
<td> <td>
<select name="bug_status"> <select name="bug_status" id="bug_status">
[% FOREACH s = ['open', 'closed', 'all'] %] [% FOREACH s = ['open', 'closed', 'all'] %]
<option value="__[% s %]__" <option value="__[% s %]__"
[% " selected" IF default.bug_status.0 == "__${s}__" %]> [% " selected" IF default.bug_status.0 == "__${s}__" %]>
...@@ -73,7 +73,7 @@ for "crash secure SSL flash". ...@@ -73,7 +73,7 @@ for "crash secure SSL flash".
<b><label for="product">Product:</label></b> <b><label for="product">Product:</label></b>
</td> </td>
<td> <td>
<select name="product"> <select name="product" id="product">
<option value="">All</option> <option value="">All</option>
[% FOREACH p = product %] [% FOREACH p = product %]
<option value="[% p.name FILTER html %]" <option value="[% p.name FILTER html %]"
...@@ -88,7 +88,7 @@ for "crash secure SSL flash". ...@@ -88,7 +88,7 @@ for "crash secure SSL flash".
<b><label for="content">Words:</label></b> <b><label for="content">Words:</label></b>
</td> </td>
<td> <td>
<input name="content" size="40" <input name="content" size="40" id="content"
value="[% default.content.0 FILTER html %]"> value="[% default.content.0 FILTER html %]">
<script language="JavaScript" type="text/javascript"> <!-- <script language="JavaScript" type="text/javascript"> <!--
document.forms['queryform'].content.focus(); document.forms['queryform'].content.focus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment