Merge pull request #758 from aschempp/hotfix/x-ua-compatible

Fix the X-UA-Compatible meta tag
This commit is contained in:
Samy Pessé
2015-05-28 14:18:19 +02:00
+1 -1
View File
@@ -4,7 +4,7 @@
<head>
{{ htmlSnippet("head:start")|default("")|safe }}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>{% block title %}{% endblock %}</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="{% block description %}{% endblock %}">