diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-20 22:37:55 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-20 22:37:55 +0200 |
| commit | 174daf703b341455c3320b61034cdb74bee9b55d (patch) | |
| tree | 96afbdf44f45bb56cb2e2dffb49c3952c7294e64 /searx/templates/search.html | |
| parent | a2bbf027749a69c0b128de2d52cb288fd6bc4f50 (diff) | |
[enh] chrome opensearch support
Diffstat (limited to 'searx/templates/search.html')
| -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 6c7cc444a..a7225e017 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -1,4 +1,4 @@ -<form method="post" action=""> +<form method="post" action="/"> <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/> <input type="submit" value="search" /> <p> |