[-] 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user