mirror of
https://github.com/searx/searx
synced 2024-11-05 18:22:43 +01:00
Add alt for img
Add alt in infobox image.
This commit is contained in:
parent
34b5d95669
commit
42692aa2c5
@ -3,7 +3,7 @@
|
||||
<h4 class="panel-title">{{ infobox.infobox }}</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ infobox.img_src }}" />{% endif %}
|
||||
{% if infobox.img_src %}<img class="img-responsive center-block infobox_part" src="{{ infobox.img_src }}" alt="{{ infobox.infobox }}" />{% endif %}
|
||||
{% if infobox.content %}<p class="infobox_part">{{ infobox.content }}</p>{% endif %}
|
||||
|
||||
{% if infobox.attributes %}
|
||||
|
Loading…
Reference in New Issue
Block a user