diff options
author | Michael Aigner <michael.aigner@zkw.at> | 2014-11-20 10:16:40 +0100 |
---|---|---|
committer | Michael Aigner <michael.aigner@zkw.at> | 2014-11-20 10:16:40 +0100 |
commit | 1b9801b8a4b82a3fe2b2463d6827be65aa02d985 (patch) | |
tree | a856dc03b75ed9142ce787d03e77f30f9807e1bb | |
parent | 897463b22ea9ea8045f39031f771320f9e000e64 (diff) | |
download | gitbook-1b9801b8a4b82a3fe2b2463d6827be65aa02d985.zip gitbook-1b9801b8a4b82a3fe2b2463d6827be65aa02d985.tar.gz gitbook-1b9801b8a4b82a3fe2b2463d6827be65aa02d985.tar.bz2 |
add X-UA-Compatible meta tag for IE (https://github.com/GitbookIO/gitbook/issues/501)
-rwxr-xr-x | theme/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/layout.html b/theme/templates/layout.html index b7afea3..ead0380 100755 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -4,6 +4,7 @@ <head> {{ htmlSnippet("head:start")|default("") }} <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; 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 %}"> |