From 7d4707082c85b3bc7d348b6eb1d381e8d5bc80bd Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 14 May 2012 13:50:27 +0000 Subject: [PATCH] [-] FO : #PSCFV-2317 : fix bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15273 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/search.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/search.tpl b/themes/default/search.tpl index f56cb53b3..551b2cb72 100644 --- a/themes/default/search.tpl +++ b/themes/default/search.tpl @@ -44,7 +44,7 @@ {/if}

{else} -

{if $nbProducts == 1}{l s='%d result has been found.' sprintf=$nbProducts|intval}{else}{l s='%d results have been found.' sprintf=$nbProducts|intva}{/if}

+

{if $nbProducts == 1}{l s='%d result has been found.' sprintf=$nbProducts|intval}{else}{l s='%d results have been found.' sprintf=$nbProducts|intval}{/if}

{if !isset($instantSearch) || (isset($instantSearch) && !$instantSearch)}