Actions
Bug #16909
closedID 0004312 needs to be reopened due to misunderstanding
Start date:
2007-01-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This ticket was closed today and needs to be reopened.
This issue is on the recursive call to stdWrap, within stdWrap, not on the TEXT object as Martin interpreted it.
http://bugs.typo3.org/view.php?id=4312#bugnotes
F.e.
stdWrap.stdWrap.wrap = <span>|</span>
Above will not work without including:
stdWrap.stdWrap = 1
This is on line 3204 of class.tslib_content.php in the 4.0.4 core.
Everywhere else in the code, the check is completed as if( $conf['stdWrap.']), checking for the presence of an stdWrap config array, not a value assigned to stdWrap.
Hope this makes more sense now.
(issue imported from #M4871)
Actions