summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2014-12-10 18:15:39 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2014-12-10 18:15:39 +0100
commit149e19c68a0918e40d5d5bffbdaa251676ac9c86 (patch)
tree44a1c57ab43a20ed68b4f4b470e352a7fab942ba /searx
parenta809fd1bbb8a62b6a0f02f43e415f29b9af60f8c (diff)
Correct HTML entities and link
Diffstat (limited to 'searx')
-rw-r--r--searx/templates/default/results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/default/results.html b/searx/templates/default/results.html
index 541983532..199eb1d96 100644
--- a/searx/templates/default/results.html
+++ b/searx/templates/default/results.html
@@ -10,7 +10,7 @@
<div id="search_url">
{{ _('Search URL') }}:
- <input type="text" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}{% if selected_categories %}&category_{{ selected_categories|join("&category_") }}{% endif %}" readonly="" />
+ <input type="text" value="{{ base_url }}?q={{ q|urlencode }}&amp;pageno={{ pageno }}{% if selected_categories %}&amp;category_{{ selected_categories|join("&category_")|replace(' ','+') }}{% endif %}" readonly />
</div>
<div id="apis">
{{ _('Download results') }}