We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14768a8 commit 42982f1Copy full SHA for 42982f1
app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/summary.phtml
@@ -37,7 +37,7 @@ $_product = $block->getProduct();
37
<ul data-mage-init='{"productSummary": []}' class="bundle items"></ul>
38
<script data-template="bundle-summary" type="text/x-magento-template">
39
<li>
40
- <strong class="label v"><%- data._label_ %>:</strong>
+ <strong class="label"><%- data._label_ %>:</strong>
41
<div data-container="options"></div>
42
</li>
43
</script>
0 commit comments