Skip to content

Commit

Permalink
"alt" value for image tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 21, 2023
1 parent 21b241f commit 2f5395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/form-user-selector-suggestion.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
}}
<span>
<img height="12" src="{{profileimageurlsmall}}" alt="" role="presentation">
<img height="12" src="{{profileimageurlsmall}}" alt="{{fullname}}" role="presentation">
<span>{{fullname}}</span>
{{#hasidentity}}
<span><small>{{identity}}</small></span>
Expand Down

0 comments on commit 2f5395a

Please sign in to comment.