Actions
Bug #47403
closeddiv class="csc-space with no value is rendered if section_frame is 66 (no frame)
Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
Start date:
2013-04-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Example of rendered output:
<a id="c3552"></a> <div class="csc-space-before-"></div> [CE html] <div class="csc-space-after-"></div>
How to fix:
use "classStdWrap" instead of stdWrap
(like in tt_content.stdWrap.innerWrap.cObject.default.20.20 and tt_content.stdWrap.innerWrap.cObject.default.20.30)
Temp solution:
tt_content.stdWrap.innerWrap.cObject.66.20.10.stdWrap > tt_content.stdWrap.innerWrap.cObject.66.20.10.classStdWrap.wrap = csc-space-before-| tt_content.stdWrap.innerWrap.cObject.66.40.10.stdWrap > tt_content.stdWrap.innerWrap.cObject.66.40.10.classStdWrap.wrap = csc-space-after-|
Actions