Add lang attribute in html tag

This commit is contained in:
NumEricR
2013-08-26 22:25:03 +02:00
parent 10ab20d8e2
commit 1b2abab6dd
3 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<!--[if IE 8]><html class="no-js ie8 ie678" lang="en"><![endif]-->
<!--[if gt IE 8]><html class="no-js" lang="en"><![endif]-->
<html>
<html lang="{{ lang }}">
<head>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">