diff --git a/themes/prestashop/search.tpl b/themes/prestashop/search.tpl index 0e3ad9f41..c5ada8376 100644 --- a/themes/prestashop/search.tpl +++ b/themes/prestashop/search.tpl @@ -38,7 +38,7 @@ {if isset($search_query) && $search_query} {l s='No results found for your search'} "{if isset($search_query)}{$search_query|escape:'htmlall':'UTF-8'}{/if}" {elseif isset($search_tag) && $search_tag} - {l s='No results found for your search'} "{$tag|escape:'htmlall':'UTF-8'}" + {l s='No results found for your search'} "{$search_tag|escape:'htmlall':'UTF-8'}" {else} {l s='Please type a search keyword'} {/if}