From 0584d6113e1f7f213c108b09bb339d6f1c92d733 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 1 Oct 2012 09:39:39 +0000 Subject: [PATCH] [-] MO : fixed bug #PSCFV-4261 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17633 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/sendtoafriend/sendtoafriend-extra.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sendtoafriend/sendtoafriend-extra.tpl b/modules/sendtoafriend/sendtoafriend-extra.tpl index 5b067c358..83c42d3ab 100644 --- a/modules/sendtoafriend/sendtoafriend-extra.tpl +++ b/modules/sendtoafriend/sendtoafriend-extra.tpl @@ -52,7 +52,7 @@ $('document').ready(function(){ }); } else - $('#send_friend_form_error').text('{/literal}{l s='You did not fill required fields' mod='sendtoafriend' js=1}{literal}'); + $('#send_friend_form_error').text("{/literal}{l s='You did not fill required fields' mod='sendtoafriend' js=1}{literal}"); }); }); {/literal}