summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/result_templates/videos.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/courgette/result_templates/videos.html')
-rw-r--r--searx/templates/courgette/result_templates/videos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/result_templates/videos.html b/searx/templates/courgette/result_templates/videos.html
index b3e19e024..576c483eb 100644
--- a/searx/templates/courgette/result_templates/videos.html
+++ b/searx/templates/courgette/result_templates/videos.html
@@ -1,4 +1,4 @@
-<div class="result">
+<div class="result{% for e in result.engines %} {{ e }}{% endfor %}">
{% if "icon_"~result.engine~".ico" in favicons %}
<img width="14" height="14" class="favicon" src="{{ url_for('static', filename='img/icons/icon_'+result.engine+'.ico') }}" alt="{{result.engine}}" />
{% endif %}