diff --git a/templates/player-gallery-thumbnail.php b/templates/player-gallery-thumbnail.php
index ee0925c6..d3f098ad 100644
--- a/templates/player-gallery-thumbnail.php
+++ b/templates/player-gallery-thumbnail.php
@@ -35,7 +35,7 @@ if ( $link_posts )
if ( has_post_thumbnail( $id ) )
$thumbnail = get_the_post_thumbnail( $id, $size );
else
- $thumbnail = '
';
+ $thumbnail = '
';
echo "<{$itemtag} class='gallery-item'>";
echo "
diff --git a/templates/team-gallery-thumbnail.php b/templates/team-gallery-thumbnail.php
index 32799b87..30a2cf8d 100644
--- a/templates/team-gallery-thumbnail.php
+++ b/templates/team-gallery-thumbnail.php
@@ -30,7 +30,7 @@ if ( $link_posts )
if ( has_post_thumbnail( $id ) )
$thumbnail = get_the_post_thumbnail( $id, $size );
else
- $thumbnail = '
';
+ $thumbnail = '
';
echo "<{$itemtag} class='gallery-item'>";
echo "