Skip to content

Commit

Permalink
Fix bug for Ticket #662
Browse files Browse the repository at this point in the history
Allow return to submit the query.
  • Loading branch information
ianwallen committed Jul 5, 2012
1 parent a09de3d commit eb2bf4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/main/webapp/xsl/searchform_simple_template.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<div class="row"> <!-- div row-->
<h1 class="labelFieldSmall"><xsl:value-of select="/root/gui/strings/what"/></h1>
<input name="any" id="any" class="content" size="31" value="{/root/gui/searchDefaults/any}"/>
<!--Dummy field - requires at least 2 fields to ensure the return key does not auto submit to the current url. See Ticket #662 for more details -->
<input name="dummyfield" id="dummfield" style="visibility:hidden;display:none;" size="0" value=""/>
</div>

<!-- Where -->
Expand Down

0 comments on commit eb2bf4e

Please sign in to comment.