Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-02 01:47:11 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-02 01:47:11 +0300
commit03165a76526de6b537f64c5953e927b50a0ab18a (patch)
tree8c535f7785bc8cfc1de2cb75ae1b98f05e812309 /plugins/Installation/templates
parent588f28b050dd9025a7b92afbf9bf061113331eb7 (diff)
parentfee2297d644f4e334859bff1b59fe361a3620d1b (diff)
Merge pull request #6687 from Fensterbank/master
Fix for IE9 in compatibility mode
Diffstat (limited to 'plugins/Installation/templates')
-rw-r--r--plugins/Installation/templates/layout.twig10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Installation/templates/layout.twig b/plugins/Installation/templates/layout.twig
index c783b1b316..4a114f292d 100644
--- a/plugins/Installation/templates/layout.twig
+++ b/plugins/Installation/templates/layout.twig
@@ -1,8 +1,5 @@
<!DOCTYPE html>
-<!--[if lt IE 9 ]>
-<html class="old-ie" id="ng-app" ng-app="piwikApp"> <![endif]-->
-<!--[if (gte IE 9)|!(IE)]><!-->
-<html id="ng-app" ng-app="piwikApp"><!--<![endif]-->
+<html id="ng-app" ng-app="piwikApp">
<head>
<meta charset="utf-8">
<title>Piwik &rsaquo; {{ 'Installation_Installation'|translate }}</title>
@@ -30,7 +27,10 @@
<link rel="stylesheet" type="text/css" href="plugins/Morpheus/stylesheets/rtl.css"/>
{% endif %}
</head>
-<body ng-app="app">
+<!--[if lt IE 9 ]>
+<body ng-app="app" class="old-ie"> <![endif]-->
+<!--[if (gte IE 9)|!(IE)]><!-->
+<body ng-app="app"><!--<![endif]-->
<div id="installationPage">
<div id="content">
<div id="logo">