forked from Ponysearch/Ponysearch
Add alt for img
Add alt in infobox image.
This commit is contained in:
parent
34b5d95669
commit
42692aa2c5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue