Skip to content

Commit

Permalink
[BUGFIX] Panel: anchor needs to be rendered inside wrapper
Browse files Browse the repository at this point in the history
...otherwise it makes backend buggy: extra
CC overlay is rendered before, adding new content via inline handles
is not possible (triggers JS error) etc.
  • Loading branch information
ryzy committed Jun 22, 2015
1 parent 6bb0e0d commit b67afe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/NodeTypes/Panel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{namespace ts=TYPO3\TypoScript\ViewHelpers}
<f:render partial="Anchor" arguments="{_all}" />
<{tagName}{attributes -> f:format.raw()}>
<f:render partial="Anchor" arguments="{_all}" />
<ts:render path="panelContent" />
</{tagName}>

0 comments on commit b67afe0

Please sign in to comment.