Skip to content

Commit 0a2c637

Browse files
authored
Fix HTML structure in shipment tracking email template (#5108)
1 parent 1119385 commit 0a2c637

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/rwd/default/template/email/order/shipment

1 file changed

+1
-1
lines changed

app/design/frontend/rwd/default/template/email/order/shipment/track.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<tbody>
2525
<?php $i = 0;
2626
foreach ($_shipment->getAllTracks() as $_item): $i++ ?>
27-
<tbody>
27+
<tr>
2828
<td align="left" valign="top" style="padding:3px 9px"><?php echo $this->escapeHtml($_item->getTitle()) ?></td>
2929
<td align="center" valign="top" style="padding:3px 9px"><?php echo $this->escapeHtml($_item->getNumber()) ?></td>
3030
</tr>

0 commit comments

Comments
 (0)