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:
parent
bdffa20900
commit
bffaaebb22
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user