Skip to content

Commit 94a9734

Browse files
committed
MAGETWO-70329: [GITHUB] The rich snippets are giving a warning for the element price #7173
1 parent 5a06c3a commit 94a9734

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/base/templates/product/price/amount

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
data-price-type="<?php /* @escapeNotVerified */ echo $block->getPriceType(); ?>"
2222
class="price-wrapper <?php /* @escapeNotVerified */ echo $block->getPriceWrapperCss(); ?>"
2323
>
24-
<?php /* @escapeNotVerified */ echo $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
24+
<?php /* @noEscape */ echo $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
2525
</span>
2626
<span class="_hidden"<?php echo $block->getSchema() ? ' itemprop="price"' : '' ?>>
2727
<?php /* @escapeNotVerified */ echo $block->getDisplayValue() ?>

0 commit comments

Comments
 (0)