diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-10 14:31:43 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-10 14:31:43 +0100 |
| commit | ba141d64ce88c2210759794eb7665a80348609ac (patch) | |
| tree | 9ab1b991ef03c4112bab8a5b99f850159fd5d36a /searx/templates/search.html | |
| parent | 1ba2762b674fd08a67bf9460b03081892359af24 (diff) | |
| parent | 843342115633c93b2d90c4e1cec2e7cf6d4c0c6b (diff) | |
Merge branch 'master' of https://github.com/dalf/searx
Diffstat (limited to 'searx/templates/search.html')
| -rw-r--r-- | searx/templates/search.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/searx/templates/search.html b/searx/templates/search.html index 12d507335..92ce5a72c 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,9 +1,7 @@ <form method="post" action="/" id="search_form"> -<div id="search_wrapper"> + <div id="search_wrapper"> <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> - {% include 'categories.html' %} - </div> + </div> + {% include 'categories.html' %} </form> |