Skip to content
Snippets Groups Projects

ISTWCMS-6875: add alt text to facts and figures icon

Merged Kevin Paxman requested to merge feature/ISTWCMS-6875-kpaxman-facts_figures_alt into 1.1.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@
} %}
{% elseif detail.type == 'icon' %}
<div class="uw-ff--text uw-ff--text__{{ detail.type }}">
<img src="{{ detail.icon }}" />
<img src="{{ detail.icon }}" alt="{{ detail.alt }}" />
</div>
{% elseif detail.type == 'caption' %}
{% if detail.caption %}
@@ -42,7 +42,7 @@
} %}
{% elseif detail.type == 'icon' %}
<div class="uw-ff--text uw-ff--text__{{ detail.type }}">
<img src="{{ detail.icon }}" />
<img src="{{ detail.icon }}" alt="{{ detail.alt }}" />
</div>
{% elseif detail.type == 'caption' %}
{% if detail.caption %}
Loading