From a7b67ed8dd157036a965e2d9715a0c53f8c4bdd7 Mon Sep 17 00:00:00 2001
From: Ernesto Baschny <ernst@cron-it.de>
Date: Mon, 30 Sep 2013 22:29:10 +0200
Subject: [PATCH] [TASK] Make Install Tool look beautiful in modern IE's

IE9 and later understand CSS3 features which we use in the Install
Tool. Make sure IE don't fall back into IE7 mode.

Resolves: #52413
Releases: 6.2
Change-Id: I48933d44e63a59deac131a7cbfeda38fc77aafff
Reviewed-on: https://review.typo3.org/24186
Reviewed-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Reviewed-by: Ernesto Baschny
Tested-by: Ernesto Baschny
---
 .../Resources/Private/Partials/Action/Common/Headers.html        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html b/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
index b2961f08356b..c6925a1634ba 100644
--- a/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
+++ b/typo3/sysext/install/Resources/Private/Partials/Action/Common/Headers.html
@@ -1,3 +1,4 @@
+<meta http-equiv="X-UA-Compatible" content="IE=9">
 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 <link rel="shortcut icon" href="../../../gfx/favicon.ico" />
 <link rel="stylesheet" type="text/css" href="../Resources/Public/Stylesheets/Action/Common/Install.css?{time}" />
-- 
GitLab