diff --git a/templates/base/components/dashlet/dashlet-badge.html.twig b/templates/base/components/dashlet/dashlet-badge.html.twig index e62c7d4e69..da937dd7c7 100644 --- a/templates/base/components/dashlet/dashlet-badge.html.twig +++ b/templates/base/components/dashlet/dashlet-badge.html.twig @@ -5,7 +5,8 @@ data-role="ibo-dashlet-badge--body" title="{{ oUIBlock.GetClassLabel() }}">
- + {# Mind the empty "alt" attribute https://www.w3.org/WAI/tutorials/images/decorative/ #} +
diff --git a/templates/base/components/dashlet/dashlet-header-static.html.twig b/templates/base/components/dashlet/dashlet-header-static.html.twig index 17b4f36ea0..c0880cc438 100644 --- a/templates/base/components/dashlet/dashlet-header-static.html.twig +++ b/templates/base/components/dashlet/dashlet-header-static.html.twig @@ -5,7 +5,8 @@
{% if oUIBlock.GetIconUrl() is not empty %}
- {{ oUIBlock.GetTitle() }} + {# Mind the empty "alt" attribute https://www.w3.org/WAI/tutorials/images/decorative/ #} +
{% endif %} {% if oUIBlock.GetTitle() is not empty %}