Navigation Menu

Skip to content

Commit

Permalink
Adds lang property to html tag, lang meta tag (ezsystems#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLiedle authored and SylvainGuittard committed Jan 31, 2018
1 parent 36598bb commit c6f6f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Resources/views/themes/ezplatform/pagelayout.html.twig
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="no-js">
<html class="no-js" lang="en">
<head>
<title>
{% spaceless %}
Expand All @@ -10,6 +10,7 @@
{% endspaceless %}
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" type="image/x-icon">
Expand Down

0 comments on commit c6f6f78

Please sign in to comment.