diff --git a/templates/emails/email-order-items.php b/templates/emails/email-order-items.php
index 90daa9d9c8b..bede723077a 100644
--- a/templates/emails/email-order-items.php
+++ b/templates/emails/email-order-items.php
@@ -20,7 +20,7 @@ foreach ( $items as $item ) :
// Show title/image etc
if ( $show_image )
- echo apply_filters( 'woocommerce_order_item_thumbnail', '', $item );
+ echo apply_filters( 'woocommerce_order_item_thumbnail', '', $item );
// Product name
echo apply_filters( 'woocommerce_order_item_name', $item['name'], $item );
@@ -62,4 +62,4 @@ foreach ( $items as $item ) :
-
\ No newline at end of file
+