Pārlūkot izejas kodu

Add alt for img

Add alt in infobox image.
Cqoicebordel 10 gadus atpakaļ
vecāks
revīzija
42692aa2c5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      searx/templates/oscar/infobox.html

+ 1
- 1
searx/templates/oscar/infobox.html Parādīt failu

3
         <h4 class="panel-title">{{ infobox.infobox }}</h4>
3
         <h4 class="panel-title">{{ infobox.infobox }}</h4>
4
     </div>
4
     </div>
5
     <div class="panel-body">
5
     <div class="panel-body">
6
-        {% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ infobox.img_src }}" />{% endif %}
6
+        {% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ infobox.img_src }}" alt="{{ infobox.infobox }}" />{% endif %}
7
         {% if infobox.content %}<p class="infobox_part">{{ infobox.content }}</p>{% endif %}
7
         {% if infobox.content %}<p class="infobox_part">{{ infobox.content }}</p>{% endif %}
8
 
8
 
9
         {% if infobox.attributes %}
9
         {% if infobox.attributes %}