mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
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:
parent
0234499035
commit
b353535c0e
@ -36,6 +36,6 @@
|
||||
}
|
||||
}}
|
||||
<span>
|
||||
<img height="12" src="{{profileimageurlsmall}}" alt="" role="presentation">
|
||||
<img height="12" src="{{profileimageurlsmall}}" alt="">
|
||||
<span>{{fullname}}</span>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user