aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJim Wigginton <terrafrost@phpbb.com>2009-05-01 05:32:29 +0000
committerJim Wigginton <terrafrost@phpbb.com>2009-05-01 05:32:29 +0000
commite45bc987b442860efcda98b04134c5da5d9560d0 (patch)
treedd0038d1ddbb0416e41ce8c43f211340a20fce69 /phpBB/styles
parent3275fd6e3a3a87ce4a57bd6e0be70096106245cd (diff)
downloadforums-e45bc987b442860efcda98b04134c5da5d9560d0.tar
forums-e45bc987b442860efcda98b04134c5da5d9560d0.tar.gz
forums-e45bc987b442860efcda98b04134c5da5d9560d0.tar.bz2
forums-e45bc987b442860efcda98b04134c5da5d9560d0.tar.xz
forums-e45bc987b442860efcda98b04134c5da5d9560d0.zip
Fixed bug # 43305 - IE8 textarea issues
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9501 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html1
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 44158c56c7..c0f553dfee 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -11,6 +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}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index a2ed06132d..6c12db897d 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -11,6 +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}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>