0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-20 02:46:13 +01:00

remove empty alt attribute

This commit is contained in:
silverwind 2025-12-04 22:11:32 +01:00
parent 180e482363
commit 60790fe16d
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -10,7 +10,7 @@
{{if .ShowRepoOwnerAvatar}}
{{ctx.AvatarUtils.Avatar .Repo.Owner $size}}
{{else if and $avatarLink .ShowRepoAvatar}}
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="{{$size}}" height="{{$size}}" alt aria-hidden="true">
<img class="ui avatar tw-align-middle" src="{{$avatarLink}}" width="{{$size}}" height="{{$size}}" aria-hidden="true">
{{else if .Repo.IsMirror}}
{{svg "octicon-mirror" $size}}
{{else if .Repo.IsFork}}