Project

General

Profile

Actions

Bug #25380

closed

page.meta supports http-equiv only for the key refresh

Added by Frank Nägler about 13 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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

meta_force_http-equiv.diff (704 Bytes) meta_force_http-equiv.diff Administrator Admin, 2011-03-23 16:10
Actions

Also available in: Atom PDF