Actions
Bug #25380
closedpage.meta supports http-equiv only for the key refresh
Start date:
2011-03-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
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)
Files
Actions