Fix the X-UA-Compatible meta tag

see https://github.com/GitbookIO/gitbook/issues/755
This commit is contained in:
Andreas Schempp
2015-05-23 09:06:58 +02:00
parent 82f3ffad06
commit cda4bb5bda
+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 %}">