logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 149e19c68a0918e40d5d5bffbdaa251676ac9c86
parent a809fd1bbb8a62b6a0f02f43e415f29b9af60f8c
Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com>
Date:   Wed, 10 Dec 2014 18:15:39 +0100

Correct HTML entities and link

Diffstat:

Msearx/templates/default/results.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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') }}