Actions
Bug #15949
closedwrap2.splitChar and wrap3.splitChar are ignored
Start date:
2006-03-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
wrap2.splitChar and wrap3.splitChar are ignored.
Instead the splitChar is taken from wrap.splitChar if this is set.
stdWrap function calls should be modified in class.tslib_content.php
$conf['wrap.']['splitChar'] should be changed to $conf['wrap2.']['splitChar'] and $conf['wrap3.']['splitChar'] in line 3249 and 3253
(issue imported from #M3065)
Actions