]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/layout.twig
fixes with new session class
[github/wallabag/wallabag.git] / tpl / layout.twig
index 07ca231c004135b8ef3012cc9dd883e6515ad9c3..fec7054abc76346e75886ab73b513308cd99fef4 100644 (file)
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
-<!--[if lte IE 6]><html class="no-js ie6 ie67 ie678" lang="en"><![endif]-->
-<!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="en"><![endif]-->
-<!--[if IE 8]><html class="no-js ie8 ie678" lang="en"><![endif]-->
-<!--[if gt IE 8]><html class="no-js" lang="en"><![endif]-->
-<html>
+<!--[if lte IE 6]><html class="no-js ie6 ie67 ie678" lang="{{ lang }}"><![endif]-->
+<!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="{{ lang }}"><![endif]-->
+<!--[if IE 8]><html class="no-js ie8 ie678" lang="{{ lang }}"><![endif]-->
+<!--[if gt IE 8]><html class="no-js" lang="{{ lang }}"><![endif]-->
+<html lang="{{ lang }}">
     <head>
         <meta name="viewport" content="initial-scale=1.0">
         <meta charset="utf-8">