Add alternative display for profile picture

When displaying user picture, an alternative display (for
accessibility) was missing. The alternative text "Avatar" is set.
pull/2487/head
Polycapa 9 years ago committed by Satyan JACQUENS
parent 3c97672b52
commit 8433b76eac
  1. 2
      main/template/default/social/avatar_block.tpl

@ -18,7 +18,7 @@
</div> </div>
{% elseif show_user %} {% elseif show_user %}
<a href="{{ user_image.big }}" class="expand-image"> <a href="{{ user_image.big }}" class="expand-image">
<img class="img-responsive img-circle" src="{{ user_image.big }}"> <img class="img-responsive img-circle" src="{{ user_image.big }}" alt="Avatar">
</a> </a>
{% endif %} {% endif %}
</div> </div>

Loading…
Cancel
Save