Actions
Bug #72591
closedDuplicate id for content element "Text & Media"
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2016-01-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
If you create a content element of type "Text & Media", the id is duplicated.
<div id="c18" class="csc-default">
<div id="c18">
....
</div>
</div>
The reason is because the id is in this file :
typo3/sysext/fluid_styled_content/Resources/Private/Templates/Content/Textmedia.html
And is also in the Typoscript :
tt_content.stdWrap.innerWrap.cObject.default.10.cObject.default.value = <div id="c{field:uid}"
I think it could be suppressed from this file : "Textmedia.html"
Actions