Actions
Bug #68448
closedt3editor: I miss the spaces after {
Start date:
2015-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
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
Updated by Andreas Kienast over 9 years ago
- 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.
Updated by Gernot Ploiner about 9 years ago
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?
Actions