diff --git a/themes/default/product-list.tpl b/themes/default/product-list.tpl
index cd97d1249..b742f75d3 100644
--- a/themes/default/product-list.tpl
+++ b/themes/default/product-list.tpl
@@ -42,8 +42,8 @@
{if isset($product.new) && $product.new == 1}{l s='New'}{/if}
-
{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}
+{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}