diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-11-01 18:29:16 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-11-01 18:29:16 +0100 |
| commit | bb9dcf6e575be83ce1e68fb68ea63ae188ba30eb (patch) | |
| tree | a82335ec361b3c6f2eeed133b1afd58060a696ef /searx/templates | |
| parent | fb6b9187770c408ca939cddd916fd65818327d89 (diff) | |
[enh] search button icon added
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/search.html b/searx/templates/search.html index 479f3abcb..fb5526ef2 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,7 +1,7 @@ <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="submit" value="search" id="search_submit" /> + <input type="submit" value="" id="search_submit" /> </div> <p> {% for category in categories %} |