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 1119385 commit 0a2c637Copy full SHA for 0a2c637
app/design/frontend/rwd/default/template/email/order/shipment/track.phtml
@@ -24,7 +24,7 @@
24
<tbody>
25
<?php $i = 0;
26
foreach ($_shipment->getAllTracks() as $_item): $i++ ?>
27
- <tbody>
+ <tr>
28
<td align="left" valign="top" style="padding:3px 9px"><?php echo $this->escapeHtml($_item->getTitle()) ?></td>
29
<td align="center" valign="top" style="padding:3px 9px"><?php echo $this->escapeHtml($_item->getNumber()) ?></td>
30
</tr>
0 commit comments