Fixes broken rendering of dashboard for IE

Adding a meta line in the base.html template to force IE out of
compatibility mode.

Change-Id: I837fece966e2a36a05d8f7cc386cf5dd1ee2a03d
Closes-bug: #1260281
This commit is contained in:
nikunj2512 2014-09-09 10:56:38 +05:30
parent bdffa20900
commit bffaaebb22
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta content='IE=edge' http-equiv='X-UA-Compatible' />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
{% include "horizon/_custom_meta.html" %}
<title>{% block title %}{% endblock %} - {% site_branding %}</title>