We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bullet_train-core/bullet_train-themes-light/app/views/themes/light/layouts/_account.html.erb
Line 2 in f87143f
According to accessibility standards, the html element should have a lang attribute with the appropriate language code.
Probably we can just add lang="<%= I18n.locale %>" to the html element.
lang="<%= I18n.locale %>"
html
The text was updated successfully, but these errors were encountered:
Accessibility: Add lang attribute to opening html tags
lang
9224343
Fixes #111
Accessibility: Add lang attribute to opening html tags (#497)
2b9dea3
Successfully merging a pull request may close this issue.
bullet_train-core/bullet_train-themes-light/app/views/themes/light/layouts/_account.html.erb
Line 2 in f87143f
According to accessibility standards, the html element should have a lang attribute with the appropriate language code.
Probably we can just add
lang="<%= I18n.locale %>"
to thehtml
element.The text was updated successfully, but these errors were encountered: