MDL-70829 core_search: Mark up decorative image properly

* An empty alt text is enough for decorative images. There's no need
  to set a presentation role.
This commit is contained in:
Jun Pataleta 2024-03-18 21:07:56 +08:00
parent 0234499035
commit b353535c0e
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -36,6 +36,6 @@
}
}}
<span>
<img height="12" src="{{profileimageurlsmall}}" alt="" role="presentation">
<img height="12" src="{{profileimageurlsmall}}" alt="">
<span>{{fullname}}</span>
</span>