diff --git a/HISTORY.rst b/HISTORY.rst index bcad220f4b..f3201a923f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -251,6 +251,7 @@ views to require the view permissions for both objects. * Install and server static content to and from the image. * Add support for editing document comments. +* Remove Internet Explorer specific markup. 3.1.11 (2019-04-XX) =================== diff --git a/docs/releases/3.2.rst b/docs/releases/3.2.rst index 3ad7280fd3..3e85fbba06 100644 --- a/docs/releases/3.2.rst +++ b/docs/releases/3.2.rst @@ -561,6 +561,7 @@ Other changes Remove installation of static content from the setup and upgrade stages. * Add support for editing document comments. +* Remove Internet Explorer specific markup. Removals diff --git a/mayan/apps/appearance/templates/appearance/base_plain.html b/mayan/apps/appearance/templates/appearance/base_plain.html index 2d6958b133..0496426dad 100644 --- a/mayan/apps/appearance/templates/appearance/base_plain.html +++ b/mayan/apps/appearance/templates/appearance/base_plain.html @@ -10,7 +10,6 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - @@ -37,12 +36,6 @@ {% block content_plain %}{% endblock %} - - - diff --git a/mayan/apps/appearance/templates/appearance/root.html b/mayan/apps/appearance/templates/appearance/root.html index 7c51af31e6..be3f89e235 100644 --- a/mayan/apps/appearance/templates/appearance/root.html +++ b/mayan/apps/appearance/templates/appearance/root.html @@ -10,7 +10,6 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - @@ -70,12 +69,6 @@ - - -