removed chrome frame option from meta tag

Google has discontinue the Chrome frame project so I suggest to remove it. Event HTML5 boilerplate has removed it 8fc26501f4
This commit is contained in:
Jitendra Vyas 2013-12-28 16:25:38 +05:30
parent 657f9fb749
commit 5b1e9c590f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
{{! Document Settings }}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{{! Page Meta }}
<title>{{meta_title}}</title>