Skip to content

Commit

Permalink
Merge pull request #1419 from alphagov/alt
Browse files Browse the repository at this point in the history
Label figure component as English
  • Loading branch information
maxgds authored Jul 18, 2019
2 parents 67cc52f + 1760abd commit 8a76a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_figure.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
caption ||= ''
credit ||= ''
%>
<figure class="app-c-figure">
<figure class="app-c-figure" lang="en">
<img class="app-c-figure__image" src="<%= src %>" alt="<%= alt %>">
<figcaption class="app-c-figure__figcaption">
<% unless caption.blank? %>
Expand Down

0 comments on commit 8a76a11

Please sign in to comment.