Skip to content

Commit 91d7014

Browse files
committed
TASK: Adjust tabs markup
1 parent fc7e985 commit 91d7014

File tree

1 file changed

+2
-3
lines changed
  • DistributionPackages/Neos.NeosIo/Resources/Private/Fusion/Content/Tabs

1 file changed

+2
-3
lines changed

DistributionPackages/Neos.NeosIo/Resources/Private/Fusion/Content/Tabs/Tabs.fusion

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ prototype(Neos.NeosIo:Tabs) < prototype(Neos.Neos:ContentComponent) {
1111
id={'tab-' + node.identifier}
1212
aria-controls={'panel-' + node.identifier}
1313
>
14-
<div class="tab-link__inner">
14+
<span class="tab-link__inner">
1515
{q(node).property("title")}
16-
</div>
16+
</span>
1717
</button>
1818
</Neos.Fusion:Loop>
19-
<div class="spacer"></div>
2019
</div>
2120
<div class="tabs-content__wrapper">
2221
<Neos.Neos:ContentCollection nodePath="." attributes.class="tabs-content" />

0 commit comments

Comments
 (0)