diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-17 20:44:50 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-17 20:44:50 +0200 |
| commit | 1aff439931e134a7f01bf1fdfb9f4af3e81a990c (patch) | |
| tree | f1af2a36f99ced04fee448c78e16752b9e8593b0 /searx/templates | |
| parent | e47258ce38fe4313a5a6881c54bd9fb14c8619c7 (diff) | |
[enh] ui mods
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 49331a141..d5ebe5483 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,5 +1,5 @@ <form method="post" action=""> - <input type="text" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> + <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> <input type="submit" value="search" /> <p> {% for engine in engines %} |