Open SventB opened 10 months ago
No need for a pull request, just change template "Shortcut.html" to
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
<f:format.raw>{shortcuts}</f:format.raw>
</html>
Bug Report
Prerequisites
Description
When using content element "Insert Records", first the "Insert Record" content element is wrapped in many div tags, then the referenced content element, too:
This not only bloats the source code, it's also an unexpected result (when styling content elements with CSS, this HTML structure is unexpected in my opinion), and this leads to double paddings for this content element (this is what I meant with "unexpected", you didn't expect this structure when writing styles for ".frame" class ;) ):
The red "1" is first padding, "2" second padding.
I will provide a fix for this.
Steps to Reproduce