From d0699a8e514ecc0743597520111c8784fa8e0b52 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 --- 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'}