From 7de689288b77cbb0b2e182ff3b13b75135733788 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" --- .../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}