From 340f6cebe4572d269ca4d67331b2d67ae8169c3e Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Tue, 1 Oct 2013 10:20:33 +0200 Subject: [PATCH] [-] FO : FixBug #PSCFV-10542 - Category description view problem --- themes/default/category.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/category.tpl b/themes/default/category.tpl index 7252b93da..6407a37f9 100644 --- a/themes/default/category.tpl +++ b/themes/default/category.tpl @@ -58,8 +58,8 @@ {if $category->description}
{if strlen($category->description) > 120} -

{$category->description|truncate:120}

- +
{$category->description|truncate:120}
+ {l s='More'} {else}

{$category->description}