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 203aaf9 commit 2e12195Copy full SHA for 2e12195
app/code/Magento/Catalog/view/frontend/templates/product/view/attributes.phtml
@@ -14,7 +14,7 @@
14
?>
15
<?php
16
$_helper = $this->helper('Magento\Catalog\Helper\Output');
17
- $_product = $block->getProduct()
+ $_product = $block->getProduct();
18
19
<?php if ($_additional = $block->getAdditionalData()): ?>
20
<div class="additional-attributes-wrapper table-wrapper">
0 commit comments