]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Use dynamic lang value in IE conditional comments 221/head
authorNumEricR <eric.github@gmail.com>
Mon, 26 Aug 2013 20:27:51 +0000 (22:27 +0200)
committerNumEricR <eric.github@gmail.com>
Sat, 14 Sep 2013 08:06:59 +0000 (10:06 +0200)
tpl/layout.twig

index bb20075ac7bb5558e6e84c4f5249025e99fd3a6a..fec7054abc76346e75886ab73b513308cd99fef4 100644 (file)
@@ -1,9 +1,8 @@
 <!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">