[fix] the search text input gets the focus automatically

This commit is contained in:
dalf 2014-01-02 22:57:28 +01:00
parent 2006a1df1c
commit 43a6ffcd46
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<form method="post" action="/" id="search_form">
<div id="search_wrapper">
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
<input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
<input type="submit" value="" id="search_submit" />
</div>
<div>