Skip to content

Commit 7407265

Browse files
committed
Add lang attribute to html tag
1 parent 4a3ea99 commit 7407265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/better_together/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="<%= I18n.locale %>">
33
<head>
44
<% if ENV["SENTRY_CLIENT_KEY"] %>
55
<script src="https://js-de.sentry-cdn.com/<%= ENV["SENTRY_CLIENT_KEY"] %>.min.js" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)