From 9154cf7930029d20356de20b002e4b9741cce70a Mon Sep 17 00:00:00 2001 From: dalf Date: Sat, 17 Jan 2015 22:36:48 +0100 Subject: Proxify images inside infoboxes --- searx/templates/oscar/infobox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/oscar') diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index f352cd09d..1aa2e5c11 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -3,7 +3,7 @@

{{ infobox.infobox }}

- {% if infobox.img_src %}{{ infobox.infobox }}{% endif %} + {% if infobox.img_src %}{{ infobox.infobox }}{% endif %} {% if infobox.content %}

{{ infobox.content }}

{% endif %} {% if infobox.attributes %} -- cgit v1.2.3 From 1d5151215266d74085406604f99d8dec1c7cbe72 Mon Sep 17 00:00:00 2001 From: dalf Date: Sun, 18 Jan 2015 09:54:24 +0100 Subject: Proxify most of images references Create hash only when necessary --- searx/templates/oscar/result_templates/videos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/oscar') diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index b9e6881da..2cf8b61df 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -15,7 +15,7 @@
- {{ result.title|striptags }} {{ result.engine }} + {{ result.title|striptags }} {{ result.engine }} {% if result.content %}

{{ result.content|safe }}

{% endif %}
-- cgit v1.2.3