asciimoo 11 лет назад
Родитель
Сommit
d50414275c
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      searx/templates/search.html

+ 1
- 1
searx/templates/search.html Просмотреть файл

@@ -1,4 +1,4 @@
1
-<form method="post" action="" id="search_form">
1
+<form method="post" action="/" id="search_form">
2 2
 <div id="search_wrapper">
3 3
     <input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
4 4
     <input type="submit" value="" id="search_submit" />