Skip to content

Commit bc1d4c7

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

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
@@ -24,7 +24,7 @@
2424
<?php /* @noEscape */ echo $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
2525
</span>
2626
<span class="_hidden"<?php echo $block->getSchema() ? ' itemprop="price"' : '' ?>>
27-
<?php /* @escapeNotVerified */ echo $block->getDisplayValue() ?>
27+
<?php /* @noEscape */ echo $block->getDisplayValue() ?>
2828
</span>
2929
<?php if ($block->hasAdjustmentsHtml()): ?>
3030
<?php echo $block->getAdjustmentsHtml() ?>

0 commit comments

Comments
 (0)