diff --git a/src/template-tags.php b/src/template-tags.php
index 0cdfdb6..0f489e7 100644
--- a/src/template-tags.php
+++ b/src/template-tags.php
@@ -439,14 +439,14 @@ function wprs_thumbnail_mask($post)
if ($is_show_image_popup === 'show') {
if (get_post_gallery($post)) {
- $html .= '';
+ $html .= '';
} else {
- $html .= '';
+ $html .= '';
}
}
if ( ! is_singular($post)) {
- $html .= '';
+ $html .= '';
}
$html .= '';