summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-17 19:28:11 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-01-17 19:28:11 +0100
commit2c15546518c31e73fa443df129f75c7fad5d9c00 (patch)
treecddbaa035014b22cd46df57107fdc41a840c1b50 /searx/templates
parent4238812a5190834da06bbcd148e6d551713c1a01 (diff)
downloadsearxng-2c15546518c31e73fa443df129f75c7fad5d9c00.tar.gz
searxng-2c15546518c31e73fa443df129f75c7fad5d9c00.zip
Tiny forgots
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/result_templates/images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html
index 7051bb737..554f3bb6c 100644
--- a/searx/templates/oscar/result_templates/images.html
+++ b/searx/templates/oscar/result_templates/images.html
@@ -12,7 +12,7 @@
<h4 class="modal-title">{% if result.engine~".png" in favicons %}{{ draw_favicon(result.engine) }} {% endif %}{{ result.title|striptags }}</h4>
</div>
<div class="modal-body">
- <img class="img-responsive center-block" src="{{ result.thumbnail_src }}" alt="{{ result.title|striptags }}">
+ <img class="img-responsive center-block" src="{{ image_proxify(result.thumbnail_src) }}" alt="{{ result.title|striptags }}">
{% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %}
</div>
<div class="modal-footer">