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:
authormattab <matthieu.aubry@gmail.com>2014-06-04 06:49:01 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-04 06:49:01 +0400
commitabfe0f66483c356aaeb61b5a836286b251eb1e53 (patch)
tree5562489438c204112c0fd9d57f2eaad8138e2f95 /plugins/Login/templates
parentf8dd4e17cdf0dda23d727ec9a2a24710c583cad5 (diff)
Make the X-UA-Compatible consistent across piwik codebase
Refs https://github.com/piwik/piwik/pull/302 refs #5282
Diffstat (limited to 'plugins/Login/templates')
-rw-r--r--plugins/Login/templates/login.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index fa4351eec8..166035d7cf 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -5,7 +5,7 @@
<html><!--<![endif]-->
<head>
<meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="IE=edge" >
+ <meta http-equiv="x-ua-compatible" content="IE=EDGE,chrome=1" >
<title>{% if isCustomLogo == false %}Piwik &rsaquo; {% endif %}{{ 'Login_LogIn'|translate }}</title>
{% include "@CoreHome/_favicon.twig" %}