mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Remove EmulateIE7 <meta> tag from LeftAndMain.ss (mainly in order to get rendering compatibility with jstree.js)
This commit is contained in:
parent
a9cd7aa08c
commit
bfd4737aae
@ -3,7 +3,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<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="Content-language" content="$i18nLocale" />
|
<meta http-equiv="Content-language" content="$i18nLocale" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
|
||||||
<% base_tag %>
|
<% base_tag %>
|
||||||
<title>$ApplicationName | $SectionTitle</title>
|
<title>$ApplicationName | $SectionTitle</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user