diff --git a/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl b/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl
index 66f1286..8df66df 100644
--- a/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl
+++ b/modules/ps_bestsellers/views/templates/hook/ps_bestsellers.tpl
@@ -26,7 +26,7 @@
{l s='Best Sellers' d='Shop.Theme.Catalog'}
-
+
{foreach from=$products item="product"}
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
{/foreach}
diff --git a/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl b/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl
index 020b16d..a7a8575 100644
--- a/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl
+++ b/modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl
@@ -25,7 +25,7 @@
{l s='Customers who bought this product also bought:' d='Shop.Theme.Catalog'}
-
+
{foreach from=$products item="product"}
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
{/foreach}
diff --git a/modules/ps_specials/views/templates/hook/ps_specials.tpl b/modules/ps_specials/views/templates/hook/ps_specials.tpl
index 0671ada..a949bbb 100644
--- a/modules/ps_specials/views/templates/hook/ps_specials.tpl
+++ b/modules/ps_specials/views/templates/hook/ps_specials.tpl
@@ -27,7 +27,7 @@
{l s='On sale' d='Shop.Theme.Catalog'}
-
+
{foreach from=$products item="product"}
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
{/foreach}
diff --git a/modules/ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl b/modules/ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl
index a8be2f3..83749a4 100644
--- a/modules/ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl
+++ b/modules/ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl
@@ -24,7 +24,7 @@
*}
{l s='Viewed products' d='Shop.Theme.Catalog'}
-
+
{foreach from=$products item="product"}
{include file="catalog/_partials/miniatures/product.tpl" product=$product}
{/foreach}