Skip to content

Commit

Permalink
Tweak accessibility of infobox.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored Nov 20, 2024
1 parent 1a3928d commit 5e4172d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlibrary/templates/authors/infobox.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</tr>

$def render_social_icon(url, icon_url, title):
<a href="$url">
<img class="profile-icon" src="$icon_url" title="$title">
<a href="$url" title="$_('View on %(site)s', site=title)">
<img class="profile-icon" src="$icon_url" alt="">
</a>

<div class="infobox">
Expand Down

0 comments on commit 5e4172d

Please sign in to comment.