Skip to content

Commit

Permalink
MDL-70829 core_search: Mark up decorative image properly
Browse files Browse the repository at this point in the history
* An empty alt text is enough for decorative images. There's no need
  to set a presentation role.
  • Loading branch information
junpataleta committed Apr 12, 2024
1 parent 0234499 commit b353535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/templates/form-user-selector-suggestion.mustache
Expand Up @@ -36,6 +36,6 @@
}
}}
<span>
<img height="12" src="{{profileimageurlsmall}}" alt="" role="presentation">
<img height="12" src="{{profileimageurlsmall}}" alt="">
<span>{{fullname}}</span>
</span>

0 comments on commit b353535

Please sign in to comment.