Skip to content

Commit d634ed5

Browse files
committed
[#184343063] Remove lang attribute from body
1 parent c59f7ef commit d634ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<%= render 'layouts/favicon' %>
1616
<%= csrf_meta_tags %>
1717
</head>
18-
<body lang="<%=I18n.locale%>">
18+
<body>
1919
<div class="container screen">
2020
<%= render 'layouts/header' %>
2121
<%= render 'layouts/navigation' %>

0 commit comments

Comments
 (0)