From 50861653d52d28ad3dc7fb002e9a6af5b62a0541 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 9 Jan 2012 09:44:43 +0000 Subject: [PATCH] [-] BO : #PSTEST-375 - Replaced the "addslashes" from the "Attribute generator" git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12254 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/default/template/attribute_generator/content.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/attribute_generator/content.tpl b/admin-dev/themes/default/template/attribute_generator/content.tpl index dddb396ca..4047eb378 100644 --- a/admin-dev/themes/default/template/attribute_generator/content.tpl +++ b/admin-dev/themes/default/template/attribute_generator/content.tpl @@ -82,7 +82,7 @@ {if isset($attribute_js[$attribute_group['id_attribute_group']])} {foreach $attribute_js[$attribute_group['id_attribute_group']] as $k => $v} - + {/foreach} {/if}