Skip to content

Commit

Permalink
Set HTML lang attribute to current site locale
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 11, 2020
1 parent d3f3138 commit 0ba8ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sprinkles/core/templates/pages/abstract/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block page %}
<!DOCTYPE html>
<html lang="en-US">
<html lang="{{ currentLocale }}">
{% block head %}
<head>
<!-- The 'X-UA-Compatible' tag must be first, otherwise IE will not respect it. See http://stackoverflow.com/questions/25557299/internet-explorer-11-disable-display-intranet-sites-in-compatibility-view-via -->
Expand Down

0 comments on commit 0ba8ab4

Please sign in to comment.