Skip to content

Commit 6d60eb2

Browse files
Shubham SharmaShubham Sharma
Shubham Sharma
authored and
Shubham Sharma
committed
update notation
1 parent 21c9183 commit 6d60eb2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/view/frontend/templates/order

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/frontend/templates/order/tax.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<td <?= /* @escapeNotVerified */ $block->getLabelProperties() ?>>
2727
<?= $block->escapeHtml($title) ?>
2828
<?php if (!is_null($percent)): ?>
29-
(<?= /* @escapeNotVerified */ $_order->formatPrice((float)$percent) ?>%)
29+
(<?= /* @noEscape */ $_order->formatPrice((float)$percent) ?>%)
3030
<?php endif; ?>
3131
<br />
3232
</td>

0 commit comments

Comments
 (0)