From dc068d08676e254ae1ddd9526e8291062d20d078 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Tue, 17 Jan 2012 12:40:48 +0000 Subject: [PATCH] [-] FO : Fixed #PSCFI-4080 - short descriptions in product-list.tpl are now correctly displayed --- themes/default/product-list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/product-list.tpl b/themes/default/product-list.tpl index d8bb36eea..b5bd6e4a5 100644 --- a/themes/default/product-list.tpl +++ b/themes/default/product-list.tpl @@ -43,7 +43,7 @@ {if isset($product.new) && $product.new == 1}{l s='New'}{/if}

{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}

-

{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}

+

{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}

{if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='On sale!'}