From f8cc6e9f647d5146a2c4cb4c95f0c7dd0ff832c3 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Thu, 26 Mar 2015 21:07:08 +0100 Subject: [PATCH] OO-1440: always use the current version of the rendering engine of IE --- .../olat/core/commons/fullWebApp/_content/fullwebapplayout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/olat/core/commons/fullWebApp/_content/fullwebapplayout.html b/src/main/java/org/olat/core/commons/fullWebApp/_content/fullwebapplayout.html index d7b84fab82e..a8e1b349c34 100644 --- a/src/main/java/org/olat/core/commons/fullWebApp/_content/fullwebapplayout.html +++ b/src/main/java/org/olat/core/commons/fullWebApp/_content/fullwebapplayout.html @@ -13,6 +13,7 @@ ## hide toolbar on ios with minimal-ui <meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1"> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> +<meta http-equiv="X-UA-Compatible" content="IE=edge" /> ## <!-- IE cache --> <script type="text/javascript"> /* <![CDATA[ */ -- GitLab