aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorAdam Reyher <adamr@phpbb.com>2010-09-15 23:59:18 -0400
committerAndreas Fischer <bantu@phpbb.com>2010-11-05 17:07:18 +0100
commit3b7414fca8576213f074095ff14118f5be3f8d9d (patch)
tree67b7c4d4b2e3a5be0738bc1a50925d4500be6590 /phpBB/styles/subsilver2
parente3b460a518e46ad910345199ee85e94d3134fd3e (diff)
downloadforums-3b7414fca8576213f074095ff14118f5be3f8d9d.tar
forums-3b7414fca8576213f074095ff14118f5be3f8d9d.tar.gz
forums-3b7414fca8576213f074095ff14118f5be3f8d9d.tar.bz2
forums-3b7414fca8576213f074095ff14118f5be3f8d9d.tar.xz
forums-3b7414fca8576213f074095ff14118f5be3f8d9d.zip
[ticket/9827] No longer emulate Internet Explorer 7 when using IE9.
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in phpBB's styles. Emulation should only occur when using IE8 now. PHPBB3-9827
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index a8a53abd24..874beb8e2b 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -11,7 +11,7 @@
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
-<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
+<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>