Skip to content

Commit 5a06c3a

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<?php /* @escapeNotVerified */ 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() ?>
28-
</span>
27+
<?php /* @escapeNotVerified */ echo $block->getDisplayValue() ?>
28+
</span>
2929
<?php if ($block->hasAdjustmentsHtml()): ?>
3030
<?php echo $block->getAdjustmentsHtml() ?>
3131
<?php endif; ?>

0 commit comments

Comments
 (0)