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 94a9734 commit bc1d4c7Copy full SHA for bc1d4c7
app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml
@@ -24,7 +24,7 @@
24
<?php /* @noEscape */ echo $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
25
</span>
26
<span class="_hidden"<?php echo $block->getSchema() ? ' itemprop="price"' : '' ?>>
27
- <?php /* @escapeNotVerified */ echo $block->getDisplayValue() ?>
+ <?php /* @noEscape */ echo $block->getDisplayValue() ?>
28
29
<?php if ($block->hasAdjustmentsHtml()): ?>
30
<?php echo $block->getAdjustmentsHtml() ?>
0 commit comments