File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/view/frontend/templates/order Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
<?= $ block ->getChildHtml ($ _total ->getBlockName (), false ) ?>
15
15
<?php else :?>
16
16
<tr class="<?= $ block ->escapeHtmlAttr ($ _code ) ?> ">
17
- <th <?= $ block ->escapeHtmlAttr ( $ block -> getLabelProperties () ) ?> scope="row">
17
+ <th <?= /* @noEscape */ $ block ->getLabelProperties () ?> scope="row">
18
18
<?php if ($ _total ->getStrong ()) : ?>
19
19
<strong><?= $ block ->escapeHtml ($ _total ->getLabel ()) ?> </strong>
20
20
<?php else : ?>
21
21
<?= $ block ->escapeHtml ($ _total ->getLabel ()) ?>
22
22
<?php endif ?>
23
23
</th>
24
- <td <?= $ block ->escapeHtmlAttr ( $ block -> getValueProperties () ) ?> data-th="<?= $ block ->escapeHtmlAttr ($ _total ->getLabel ()) ?> ">
24
+ <td <?= /* @noEscape */ $ block ->getValueProperties () ?> data-th="<?= $ block ->escapeHtmlAttr ($ _total ->getLabel ()) ?> ">
25
25
<?php if ($ _total ->getStrong ()) : ?>
26
26
<strong><?= /* @noEscape */ $ block ->formatValue ($ _total ) ?> </strong>
27
27
<?php else : ?>
You can’t perform that action at this time.
0 commit comments