Commit b02d9cf4 authored by Tres Seaver's avatar Tres Seaver

LP #491249: fix tabindex on ZRDB connection test form.

parent 2abdf146
......@@ -60,6 +60,8 @@ Features Added
Bugs Fixed
++++++++++
- LP #491249: fix tabindex on ZRDB connection test form.
- LP #490514: preserve tainting when calling into DTML from ZPT.
- LP #414757: Don't send a request closed event from a cloned request.
......
......@@ -21,7 +21,7 @@ using the form below. Click <em>submit query</em> to run the query.
<td align="left" valign="top">
<div class="form-element">
<input class="form-element" type="submit" name="submit"
value="Submit Query">
value="Submit Query" tabindex="2">
</div>
</td>
</tr>
......
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