瀏覽代碼

Correct HTML entities and link

Cqoicebordel 10 年之前
父節點
當前提交
149e19c68a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/templates/default/results.html

+ 1
- 1
searx/templates/default/results.html 查看文件

@@ -10,7 +10,7 @@
10 10
 
11 11
         <div id="search_url">
12 12
             {{ _('Search URL') }}:
13
-            <input type="text" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}{% if selected_categories %}&category_{{ selected_categories|join("&category_") }}{% endif %}" readonly="" />
13
+            <input type="text" value="{{ base_url }}?q={{ q|urlencode }}&amp;pageno={{ pageno }}{% if selected_categories %}&amp;category_{{ selected_categories|join("&category_")|replace(' ','+') }}{% endif %}" readonly />
14 14
         </div>
15 15
         <div id="apis">
16 16
         {{ _('Download results') }}