diff --git a/widgets/widget-recent_reviews.php b/widgets/widget-recent_reviews.php index 0c943dc11b4..104107e95f4 100644 --- a/widgets/widget-recent_reviews.php +++ b/widgets/widget-recent_reviews.php @@ -72,7 +72,7 @@ class WooCommerce_Widget_Recent_Reviews extends WP_Widget { '.get_comment_meta( $comment->comment_ID, 'rating', true ).' '.__('out of 5', 'woothemes').' '; - echo '
  • '; + echo '
  • '; if (has_post_thumbnail( $comment->comment_post_ID )) echo get_the_post_thumbnail($comment->comment_post_ID, 'shop_thumbnail');