mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-18 16:18:28 +00:00
Added alt
's to <img>
This commit is contained in:
parent
b1590068a7
commit
c9b72d5b27
10 changed files with 24 additions and 24 deletions
|
@ -602,7 +602,7 @@
|
|||
<div class="timeline-item-group">
|
||||
<div class="timeline-item event" id="{{.HashTag}}">
|
||||
<a class="timeline-avatar"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
|
||||
<img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40">
|
||||
<img src="{{.Poster.AvatarLink $.Context}}" alt="" width="40" height="40">
|
||||
</a>
|
||||
<span class="badge grey">{{svg "octicon-x" 16}}</span>
|
||||
<span class="text grey muted-links">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue