summaryrefslogtreecommitdiff
path: root/searx/templates/result_templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/result_templates/default.html')
-rw-r--r--searx/templates/result_templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/result_templates/default.html b/searx/templates/result_templates/default.html
index 3f2d0f360..14f527361 100644
--- a/searx/templates/result_templates/default.html
+++ b/searx/templates/result_templates/default.html
@@ -2,7 +2,7 @@
{% if result['favicon'] %}
<div style="float:left; margin:2px;">
- <img width="24" height="24" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
+ <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
</div>
{% endif %}