From 094ebbd1a210e9f5e4b4f3c40604db6a5e3c8c3e 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 --- 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)}