Bläddra i källkod

Alt on favicon

Cqoicebordel 10 år sedan
förälder
incheckning
3e05570b32
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      searx/templates/default/result_templates/map.html

+ 1
- 1
searx/templates/default/result_templates/map.html Visa fil

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>