瀏覽代碼

[fix] form submit url

asciimoo 11 年之前
父節點
當前提交
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" />