mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-23 08:04:46 +00:00
Remove outdated X-UA-Compatible meta from admin template
This commit is contained in:
parent
e4f4383a58
commit
68daec7848
3 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ Changelog
|
|||
* Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani)
|
||||
* Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison)
|
||||
* Remove support for IE6 to IE9 from project template (Samir Shah)
|
||||
* Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas)
|
||||
* Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston))
|
||||
* Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto)
|
||||
* Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo)
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ Other features
|
|||
* Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani)
|
||||
* Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison)
|
||||
* Remove support for IE6 to IE9 from project template (Samir Shah)
|
||||
* Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
<html class="no-js" lang="{{ LANGUAGE_CODE|default:"en-gb" }}">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<title>Wagtail - {% block titletag %}{% endblock %}</title>
|
||||
<meta name="description" content="" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue