From 5cefe6f8221b74c8b2a867eacb3b659eb3e61c81 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 19 Jun 2012 16:45:45 +0000 Subject: [PATCH] // Fix product-list small bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16086 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/product-list.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ {$product.legend|escape:'htmlall':'UTF-8'} {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.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}

+

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

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