Issue #3349028 by DuaelFr, smustgrave, bnjmnm: Improper use of aria-label in "System Powered By" block

merge-requests/3638/merge
nod_ 2023-04-02 15:17:28 +02:00
parent 56a7a8e28c
commit 93f9149c8d
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<span>
{% trans %}Powered by{% endtrans %}
<a href="https://www.drupal.org">{% trans %}Drupal{% endtrans %}</a>
<span class="drupal-logo" aria-label="{{ 'Drupal Logo'|t }}">
<span class="drupal-logo" role="img" aria-label="{{ 'Drupal Logo'|t }}">
{% include "@olivero/../images/drupal.svg" %}
</span>
</span>