From 792f3bb6012821396a3129c9de7ce4a1d1604722 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 5 Sep 2012 13:13:45 +0000 Subject: [PATCH] [-] FO: mobile theme : fix notice #PSCFV-3875 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17190 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/mobile/product-images.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/mobile/product-images.tpl b/themes/default/mobile/product-images.tpl index 8c5fe2a19..eec67564d 100644 --- a/themes/default/mobile/product-images.tpl +++ b/themes/default/mobile/product-images.tpl @@ -30,7 +30,7 @@
{assign var=image_cover value=$product->getCover($product->id)} {assign var=imageIds value="`$product->id`-`$image_cover.id_image`"} - {$images[0].legend|htmlspecialchars} + {$product->name|escape:'htmlall':'UTF-8'}