Actions
Bug #17200
closedmarker default value of 0 causes failure to substitute.
Start date:
2007-04-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reference: typo3 4.0.4, with rlmptmplselector and automaketemplate
Marker substitution does not work when the default value is 0. The entire double-comment and default are passed through as-is when the page is rendered.
Workaround: do not depend on this default value, and remove it.
FAILURE CASE:
"0"
SUCCESS ALTERNATIVES
""
" 0 "
(issue imported from #M5399)
Updated by Jigal van Hemert over 14 years ago
Fixed in 0.1.2 (Just uploaded to TER)
Actions