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 5a06c3a commit 94a9734Copy full SHA for 94a9734
app/code/Magento/Catalog/view/base/templates/product/price/amount/default.phtml
@@ -21,7 +21,7 @@
21
data-price-type="<?php /* @escapeNotVerified */ echo $block->getPriceType(); ?>"
22
class="price-wrapper <?php /* @escapeNotVerified */ echo $block->getPriceWrapperCss(); ?>"
23
>
24
- <?php /* @escapeNotVerified */ echo $block->formatCurrency($block->getDisplayValue(), (bool)$block->getIncludeContainer()) ?>
+ <?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() ?>
0 commit comments