diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-09 08:28:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 08:28:53 +0000 |
| commit | d065b9e4fbd4117e6f1cf565db1fbce6a0f89055 (patch) | |
| tree | 94e982f9b19b07224075d73ced07853eca7e5bc3 /searx/templates/courgette/result_templates/images.html | |
| parent | 434e452d54eb5ebdb363a05bea161291ad922cc1 (diff) | |
| parent | 785f0938fdc6c0b587d5f416f005ab5046260ba6 (diff) | |
Merge branch 'master' into csp-oscar-theme
Diffstat (limited to 'searx/templates/courgette/result_templates/images.html')
| -rw-r--r-- | searx/templates/courgette/result_templates/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/result_templates/images.html b/searx/templates/courgette/result_templates/images.html index 49acb3b61..e8ac5072b 100644 --- a/searx/templates/courgette/result_templates/images.html +++ b/searx/templates/courgette/result_templates/images.html @@ -1,4 +1,4 @@ -<div class="image_result"> +<div class="image_result{% for e in result.engines %} {{ e }}{% endfor %}"> <p> <a href="{{ result.img_src }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %}><img src="{% if result.thumbnail_src %}{{ image_proxify(result.thumbnail_src) }}{% else %}{{ image_proxify(result.img_src) }}{% endif %}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a> <span class="url"><a href="{{ result.url }}" {% if results_on_new_tab %}target="_blank" rel="noopener noreferrer"{% else %}rel="noreferrer"{% endif %} class="small_font">{{ _('original context') }}</a></span> |