diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 33d96c8..90ab815 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,8 @@ <head> <link rel="stylesheet" href="/style.css" type="text/css" /> <title>{% block title %} {% endblock title %}</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> --> + <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <link rel="alternate" |
