Skip to content

Commit 5cb9ddf

Browse files
Merge pull request woocommerce#16701 from woocommerce/fix/16698
Correct colspan
2 parents aed16d7 + 645fb01 commit 5cb9ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/order/order-details-item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<tr class="woocommerce-table__product-purchase-note product-purchase-note">
5454

55-
<td colspan="3"><?php echo wpautop( do_shortcode( wp_kses_post( $purchase_note ) ) ); ?></td>
55+
<td colspan="2"><?php echo wpautop( do_shortcode( wp_kses_post( $purchase_note ) ) ); ?></td>
5656

5757
</tr>
5858

0 commit comments

Comments
 (0)