Actions
Bug #20243
closedContent element anchors won't get disabled on translated pages
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2009-03-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using "tt_content.stdWrap.dataWrap >" or "tt_content.stdWrap.dataWrap =" content element anchors won't be output in the frontend source.
Unfortunately the content element anchors will still be printed in the source of a translated page.
Example of a content element anchor: <a id="c34"></a>
(issue imported from #M10790)
Updated by Thomas Deinhamer about 15 years ago
Found a solution for this.
For the souce of translated pages
you should use this typoscript instead:
tt_content.stdWrap.prepend >
Actions