Actions
Bug #18658
closed$1 in TypoScript template is replaced by whole template content, $2 is ommitted
Start date:
2008-04-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When saving a typoscript tempate (setup) $1 will be replaces by the whole template content wich produces repeated typoscript after over and over again. Here is a simplified example:
FIRST SAVE:
a$1b
SECOND SAVE:
a
a$1bb
THIRD SAVE:
a
a
a
a$1bbbb
Saving "a$2" results in "ab", so $[n>1] will get ommitted.
I use the extension "seo_dynamic_tag".
(issue imported from #M8186)
Actions