Skip to content

Commit 60e901b

Browse files
committed
Do not escape pricing format
1 parent 3ebdccf commit 60e901b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/adminhtml/templates/grid/cell/price.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ use Loki\Components\Factory\ViewModelFactory;
1919

2020
$priceFormatter = $viewModelFactory->create(PriceFormatter::class);
2121
?>
22-
<span><?= $escaper->escapeHtml($priceFormatter->format($block->getValue())) ?></span>
22+
<span><?= /* @noEscape */ $priceFormatter->format($block->getValue()) ?></span>

0 commit comments

Comments
 (0)