Actions
Bug #23998
closedIncorrect regexp in substituteMarkerArray
Start date:
2010-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_parsehtml::substituteMarkerArray() contains a regular expression to remove unused markers. This contains a small error where a '-' is interpreted as a range operator.
Markers with dashes will not be removed with this regexp.
The regexp is present in all supported versions (4.2.0 until trunk)
(issue imported from #M16322)
Files
Updated by Jigal van Hemert almost 14 years ago
Fixed in rev 9501 (will appear in 4.5.0)
Actions