Bug #15949
closedwrap2.splitChar and wrap3.splitChar are ignored
0%
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)
Updated by Chris topher over 14 years ago
This report applies to the following file in TYPO3 4.0:
http://forge.typo3.org/repositories/annotate/typo3v4-core/tags/TYPO3_4-0-0/typo3/sysext/cms/tslib/class.tslib_content.php
Line 3246
Updated by Chris topher over 14 years ago
The same code is still present in current trunk, there line 3844:http://forge.typo3.org/repositories/annotate/typo3v4-core/trunk/typo3/sysext/cms/tslib/class.tslib_content.php
Updated by Benni Mack over 14 years ago
This bug has been fixed on 2006-04-04 by Michael Stucki and is fixed since TYPO3 4.0rc3. I also checked the code, everything is fine since 4.0 final, and thus, in trunk as well. Thus, the issue can be closed.