Bug #25380
Updated by Mathias Schreiber almost 10 years ago
currently the TypoScript option "page.meta" supports http-equiv meta tags only for the key "refresh". For the IE8 Compatible meta tag (<meta http-equiv="X-UA-Compatible" content="IE=8" />) it is very important that this meta tag appears in the first lines of <head>. page.meta is the only way to add it early enough. My patch add the TypoScript option: force_http-equiv for any meta tag, which is configured by page.meta for example: page.meta.X-UA-Compatible = IE=8 page.meta.X-UA-Compatible.force_http-equiv = 1 (issue imported from #M18020)