Skip to content

Commit b0404ff

Browse files
author
Denys Rul
committed
MAGETWO-33947: Story stabilization
- Fix typo
1 parent 6e21c8d commit b0404ff

File tree

1 file changed

+5
-3
lines changed
  • app/code/Magento/ConfigurableProduct/view/frontend/templates/product/view/type/options

1 file changed

+5
-3
lines changed

app/code/Magento/ConfigurableProduct/view/frontend/templates/product/view/type/options/configurable.phtml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ $_attributes = $block->decorateArray($block->getAllowAttributes());
3030
</div>
3131
<?php endforeach; ?>
3232
<script type="text/x-magento-init">
33-
"#product_addtocart_form": {
34-
"configurable": {
35-
"spConfig": <?php echo $block->getJsonConfig() ?>
33+
{
34+
"#product_addtocart_form": {
35+
"configurable": {
36+
"spConfig": <?php echo $block->getJsonConfig() ?>
37+
}
3638
}
3739
}
3840
</script>

0 commit comments

Comments
 (0)