MDL-82551 block_recentlyaccesseditems: Mark up decorative image properly

This change applies the same change in MDL-70829 to make the
accessibility Behat test for the welcome message to pass.
This commit is contained in:
Jun Pataleta
2024-07-24 12:05:25 +08:00
parent 40094ddbe0
commit 4f3c3432cd
@@ -27,9 +27,8 @@
<div class="text-xs-center text-center mt-4" data-region="empty-message">
<img
src="{{noitemsimgurl}}"
alt="{{#str}} noitems, block_recentlyaccesseditems {{/str}}"
role="presentation"
alt=""
style="height: 70px; width: 70px;"
>
<p class="text-muted mt-3 mb-0">{{#str}} noitems, block_recentlyaccesseditems {{/str}}</p>
</div>
</div>