Actions
Bug #42490
closedFix handling of additionalHeaderData
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While introducing USER_INT handling for the pageRenderer
a bug has been introduced which breaks traditional usage of
additionalHeaderData and additionalFooterData.
This is the case because the replacement of the headerData is done
first, when the to be replaced strings are not present in the HTML content.
They are stored in the pageRenderer context.
Because of that, we need to replace the pageRenderer marker first
and after that the marker for additionalHeaderData and additionalFooterData
Actions