From 313b46212f5dbd1017b2a08de5b83d63a5376a54 Mon Sep 17 00:00:00 2001 From: fSerny Date: Wed, 14 Dec 2011 16:53:50 +0000 Subject: [PATCH] [-] Project : fix on template git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11223 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/modules/js.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/modules/js.tpl b/admin-dev/themes/template/modules/js.tpl index fd3f8d031..275871823 100644 --- a/admin-dev/themes/template/modules/js.tpl +++ b/admin-dev/themes/template/modules/js.tpl @@ -39,7 +39,7 @@ {if isset($smarty.get.anchor)} $('document').ready( function() { - $.scrollTo('#{$smarty.get.anchor|htmlentities}', 1200, {literal}{offset: -100}{/literal}); + $.scrollTo('#{$smarty.get.anchor|htmlentities|replace:'(':''|replace:')':''|replace:'{':''|replace:'}':''}', 1200, {literal}{offset: -100}{/literal}); }); {/if}