Browse Source

Alt on favicon

Cqoicebordel 10 years ago
parent
commit
74000c739d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/templates/courgette/result_templates/default.html

+ 1
- 1
searx/templates/courgette/result_templates/default.html View File

1
 <div class="result {{ result.class }}">
1
 <div class="result {{ result.class }}">
2
 
2
 
3
   {% if result['favicon'] %}
3
   {% if result['favicon'] %}
4
-    <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result['favicon']}}.ico" />
4
+    <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}" />
5
   {% endif %}
5
   {% endif %}
6
 
6
 
7
   <div>
7
   <div>