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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-12 18:13:31 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-12 18:13:31 +0300
commit97b816db42f56d2b73236ce154cbaa180e764230 (patch)
tree260ee5a28f5a57ab526cf33aba33ae45442cfc36 /plugins/Installation
parent523f6eac7e8060abfeea511294a81969da0038d3 (diff)
refs #1062 - use IE7 compatibility mode for IE8; temporary workaround for jQuery bug in Sizzle
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/templates/structure.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/templates/structure.tpl b/plugins/Installation/templates/structure.tpl
index 098d8da0dc..ffca33c390 100644
--- a/plugins/Installation/templates/structure.tpl
+++ b/plugins/Installation/templates/structure.tpl
@@ -4,6 +4,7 @@
<head>
<title>Piwik &rsaquo; {'Installation_Installation'|translate}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" type="text/css" href="themes/default/common.css" />
<link rel="stylesheet" type="text/css" href="libs/jquery/themes/base/jquery-ui.css" />