Actions
Bug #18408
closedWrong use of typoscript construction
Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
-
Start date:
2008-03-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- new IMAGE features with last row configuration
[compatVersion = 4.2.0]
plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE := appendString(
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
)
}
This construction does not work and gives an error message.
It's found in the template static/setup.txt on line 1605 e.v.
(issue imported from #M7802)
Updated by Martin Kutschker over 16 years ago
What kind of error? TypoScript in TYPO3, CSS in browser? And please make the summary reflect the error.
Updated by Daniel Doesburg over 16 years ago
Sorry for the simple description.
But I saw it's corrected already.
The "appendString" does not like a multi-line parameter. And that was the case.
The error was reported by the TOB.
Regards,
Daniel
Actions