Bug #18658
closed$1 in TypoScript template is replaced by whole template content, $2 is ommitted
0%
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)
Updated by Fabian Rademacher over 16 years ago
Problem ONLY occours using "Template > TemplateTools > Setup".
It does NOT occour when using "List > Edit" for editing "setup".
Problem does also not occour with TYPO3 version 4.1.5
Updated by Dirk Wildt over 14 years ago
Workaround:
DON'T use the system extension t3editor (Editor with syntax highlighting). The extension has a problem with $-chars in TypoScript probably.
ALTERNATE: DON'T use Web > Template > Info/Editing. Please use Web > List > Edit your template
Dirk Wildt, developer of seo_dynamic_tag