From 6cf5788e26d5cab4cd188bf1db98237de7306408 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Wed, 6 Mar 2013 15:49:20 +0100 Subject: [PATCH] [-] FO: fixed bug Problem with the position of the product images on its product page on FO - #PSCFV-7743 + improve lines for IE in header.tpl --- themes/default/header.tpl | 8 ++++---- themes/default/product.tpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/default/header.tpl b/themes/default/header.tpl index 134b4afe3..138ca81b5 100644 --- a/themes/default/header.tpl +++ b/themes/default/header.tpl @@ -24,10 +24,10 @@ *} - - - - + + + + {$meta_title|escape:'htmlall':'UTF-8'} diff --git a/themes/default/product.tpl b/themes/default/product.tpl index 75205f0e5..5e5e1e1a6 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -201,7 +201,7 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {assign var=imageIds value="`$product->id`-`$image.id_image`"}
  • - {$image.legend|htmlspecialchars} + {$image.legend|htmlspecialchars}
  • {/foreach}