From a10c8a3874955dc2c7369c1c9a433a1c1f3b88c7 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Wed, 20 Nov 2013 16:21:12 +0100 Subject: [PATCH] [-] FO : Fixed meta title entities #PSCFV-10312 --- themes/default-bootstrap/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default-bootstrap/header.tpl b/themes/default-bootstrap/header.tpl index 6abefce27..0ac3eaa11 100644 --- a/themes/default-bootstrap/header.tpl +++ b/themes/default-bootstrap/header.tpl @@ -29,7 +29,7 @@ - {$meta_title|escape:'htmlall':'UTF-8'} + {$meta_title|escape:'html':'UTF-8'} {if isset($meta_description) AND $meta_description} {/if}