Skip to content

Commit 2e1475c

Browse files
authored
Update subtotal.phtml
1 parent d253a44 commit 2e1475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/frontend/templates/checkout/subtotal.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $checkoutHelper = $block->getData('checkoutHelper');
2121
<th class="mark" colspan="<?= /* @noEscape */ $colspan ?>" scope="row">
2222
<?= $block->escapeHtml(__('Subtotal (Excl. Tax)')) ?>
2323
</th>
24-
<tdclass="amount" data-th="<?= $block->escapeHtmlAttr(__('Subtotal (Excl. Tax)')) ?>">
24+
<td class="amount" data-th="<?= $block->escapeHtmlAttr(__('Subtotal (Excl. Tax)')) ?>">
2525
<?= /* @noEscape */ $checkoutHelper->formatPrice($block->getTotal()->getValueExclTax()) ?>
2626
</td>
2727
</tr>

0 commit comments

Comments
 (0)