Skip to content

Commit

Permalink
Puting results attribute in search field.
Browse files Browse the repository at this point in the history
  • Loading branch information
19WAS85 committed Oct 28, 2010
1 parent 09e45a2 commit 12bef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/_meta.erb
Expand Up @@ -12,7 +12,7 @@
<% end %>
<section id="search">
<form action="/search" method="get" accept-charset="utf-8">
<input type="search" name="q" placeholder="Search" value="<%= params[:q] %>" />
<input type="search" results="10" name="q" placeholder="Search" value="<%= params[:q] %>" />
</form>
</section>
<section id="widgets">
Expand Down

0 comments on commit 12bef90

Please sign in to comment.