// small html fix

This commit is contained in:
djfm
2013-10-24 14:04:50 +00:00
parent 3e8330dcb3
commit 572f7c725d
+1 -1
View File
@@ -15,7 +15,7 @@
<?php echo t('Order details'); ?>
</p>
<span>
<?php echo t('Order:'); ?></strong></span> {order_name} <?php echo t('Placed on'); ?> {date}<br /><br />
<span><strong><?php echo t('Order:'); ?></strong></span> {order_name} <?php echo t('Placed on'); ?> {date}<br /><br />
<span><strong><?php echo t('Payment:'); ?></strong></span> {payment}
</span>
</td>