[-] BO : fix #PSTEST-239

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12104 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-04 10:08:19 +00:00
parent 115518aac5
commit 1f7a76fc04

View File

@@ -507,7 +507,9 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
<!-- product's features -->
<ul id="idTab2" class="bullet">
{foreach from=$features item=feature}
<li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li>
{if isset($feature.value)}
<li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li>
{/if}
{/foreach}
</ul>
{/if}