diff options
author | Jim Wigginton <terrafrost@phpbb.com> | 2009-05-01 05:32:29 +0000 |
---|---|---|
committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-05-01 05:32:29 +0000 |
commit | e45bc987b442860efcda98b04134c5da5d9560d0 (patch) | |
tree | dd0038d1ddbb0416e41ce8c43f211340a20fce69 /phpBB/styles | |
parent | 3275fd6e3a3a87ce4a57bd6e0be70096106245cd (diff) | |
download | forums-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.html | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 1 |
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} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- 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} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> |