mirror of
https://github.com/searx/searx
synced 2025-09-01 06:56:02 +00:00
[fix] form submit url
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<form method="post" action="" id="search_form">
|
<form method="post" action="/" id="search_form">
|
||||||
<div id="search_wrapper">
|
<div id="search_wrapper">
|
||||||
<input type="text" class="q" 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="" id="search_submit" />
|
<input type="submit" value="" id="search_submit" />
|
||||||
|
Reference in New Issue
Block a user