Actions
Bug #49051
closedCSS Styled Content receives double stdWrap
Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
Start date:
2013-06-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Since TYPO3 CMS 6.0, USER objects have a stdWrap property. css_styled_content already supported stdWrap and applied it in each of its "render" methods. This results now in stdWrap being applied twice.
The solution is to simply remove the call to stdWrap inside css_styled_content.
Actions