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 d253a44 commit 2e1475cCopy full SHA for 2e1475c
app/code/Magento/Tax/view/frontend/templates/checkout/subtotal.phtml
@@ -21,7 +21,7 @@ $checkoutHelper = $block->getData('checkoutHelper');
21
<th class="mark" colspan="<?= /* @noEscape */ $colspan ?>" scope="row">
22
<?= $block->escapeHtml(__('Subtotal (Excl. Tax)')) ?>
23
</th>
24
- <tdclass="amount" data-th="<?= $block->escapeHtmlAttr(__('Subtotal (Excl. Tax)')) ?>">
+ <td class="amount" data-th="<?= $block->escapeHtmlAttr(__('Subtotal (Excl. Tax)')) ?>">
25
<?= /* @noEscape */ $checkoutHelper->formatPrice($block->getTotal()->getValueExclTax()) ?>
26
</td>
27
</tr>
0 commit comments