Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 652671b

Browse files
author
Alex Schulte
committed
Bugfix
value for data attribute fixed
1 parent b426095 commit 652671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Fusion/NodeTypes/ABTestingContainer.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ prototype(Wysiwyg.ABTesting:ABTestingContainer) < prototype(Neos.Neos:ContentCom
33
abTestFeature = ${Wysiwyg.ABTesting.Features.getFeatureById(q(node).property('abTest'))}
44

55
renderer = afx`
6-
<div class="ab-testing-container" data-abtest-feature-name="{props.abTestFeature.featureName}">
6+
<div class="ab-testing-container" data-abtest-feature-name={props.abTestFeature.featureName}>
77
<Wysiwyg.ABTesting:Component.ABTestingContainer.TestingCaseRenderer testingDecision={props.testingDecision} />
88
</div>
99
`

0 commit comments

Comments
 (0)