Skip to content

Commit

Permalink
s/button/submit -- fixes #1076.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 4, 2014
1 parent 5738f6d commit 873aaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/wrapper.html
Expand Up @@ -136,7 +136,7 @@
<form action="<% IF req.uri.path == '/mirrors'; req.uri.path; ELSE; '/search'; END %>" class="form-inline search-form">
<div class="input-append">
<input type="text" name="q" size="41" id="search-input" class="input-xlarge span5" value="<% req.param('q').join(' ') or req.parameters.lucky %>">
<button class="btn" type="button">Search</button>
<button class="btn" type="submit">Search</button>
</div><br>
<small class="smaller">
<% IF total.defined; IF page > 1 %>Page <% page %> of <% END; IF total == 999; 'more than '; END; total | format_number %>
Expand Down

0 comments on commit 873aaab

Please sign in to comment.