summaryrefslogtreecommitdiff
path: root/searx/templates/courgette/result_templates/videos.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-12-28 15:07:11 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-12-28 15:07:11 +0100
commita0293d6196c708e3a79cbb2a099a46caab7e58c7 (patch)
tree5cb64fdbb38b541c626faee13ee681d31612a0ed /searx/templates/courgette/result_templates/videos.html
parent011c43b485ed66d399aede2ca1366805496ab8b8 (diff)
[enh] move favicons into own directory
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 2694a9101..7b8bf6653 100644
--- a/searx/templates/courgette/result_templates/videos.html
+++ b/searx/templates/courgette/result_templates/videos.html
@@ -1,6 +1,6 @@
<div class="result">
{% if "icon_"~result.engine~".ico" in favicons %}
- <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result.engine}}.ico" alt="{{result.engine}}" />
+ <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icons/icon_{{result.engine}}.ico" alt="{{result.engine}}" />
{% endif %}
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>