Actions
Bug #59890
closedEscaping dots in page.meta TypoScript
Status:
Closed
Priority:
Must have
Assignee:
Category:
TypoScript
Target version:
Start date:
2014-06-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The TypoScript documentation
http://docs.typo3.org/TYPO3/TyposcriptSyntaxReference/Syntax/TypoScriptSyntax/Index.html
says:
"Since TYPO3 6.2 dots in the object path can be escaped using a backslash."
But this is not working in page.meta.
page.meta { DC\.title = Test DC\.creator = Test }
Also it would be very helpful to be able to escape colon for Open Graph meta as well.
page.meta { og\:title = Test og\:locale = en_GB }
Actions