MDL-70829 enrol_manual: 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:05:48 +08:00
parent 013d68a7ad
commit 0234499035
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -49,7 +49,7 @@
}
}}
<span>
<img height="12" src="{{profileimageurlsmall}}" alt="" role="presentation">
<img height="12" src="{{profileimageurlsmall}}" alt="">
<span>{{fullname}}</span>
{{#hasidentity}}
<span><small>{{identity}}</small></span>