From 0b4ecee7916e3ebffb5ab3b33cbb7b89cf625d5d Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Wed, 3 Jun 2015 08:29:27 +0200
Subject: [PATCH] no-jira: push the edge direct under the head

---
 .../olat/core/commons/fullWebApp/_content/fullwebapplayout.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a8e1b349c34..fc9120e4b25 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
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html lang="$r.getLanguageCode()">
 <head>
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <meta name="description" content="$r.translate("meta.description")" />
 <meta name="keywords" content="$r.translate("meta.keywords")" /> 
 <meta name="dcterms.creator" content="OpenOLAT - http://www.openolat.org" />
@@ -13,7 +14,6 @@
 ## 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