Bug #68448
closed
t3editor: I miss the spaces after {
Added by Stefan Froemken over 9 years ago.
Updated about 9 years ago.
Sprint Focus:
Stabilization Sprint
Description
Hello,
page = PAGE
page.10 = TEXT
page.10 {
value
There are missing the two spaces before "value" like in all TYPO3 versions before.
Stefan
- Status changed from New to Closed
This seems to be a veeeery old bug in the TypoScript lexer. I'd like to target this bug for the LTS release, not for 7.4. As this is a dup of #66457, I'll close this ticket now.
This is not an old bug. It is since TYPO3 6.2.(i think 10 - not sure).
6.2.15 is better now.
This works fine:
page = PAGE
page {
10 = TEXT
10 {
value
But this still not:
page = PAGE
page.10 = TEXT
page.10 {
value
Summary: If you never use dots, it works.
I'm not sure, perhaps its a Firefox/Browser Problem and not a TYPO3-Problem?
Also available in: Atom
PDF