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