[-] BO : Fixed an issue with htmlentities()

[-] BO : Fixed the Sample file for Categories Import - #PSCFV-1960

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15463 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bLeveque
2012-05-19 22:15:58 +00:00
parent 4476b69cac
commit 6bd5e1dce6
2 changed files with 4 additions and 4 deletions
@@ -74,7 +74,7 @@
{*todo href when nojs*}
{foreach $product_tabs key=numStep item=tab}
<li class="tab-row">
<a class="tab-page {if $tab.selected}selected{/if}" id="link-{$tab.id}" href="{$tab.href}&amp;updateproduct">{$tab.name|escape:'htmlall':'UTF-8'}</a>
<a class="tab-page {if $tab.selected}selected{/if}" id="link-{$tab.id}" href="{$tab.href}&amp;updateproduct">{$tab.name}</a>
</li>
{/foreach}
</ul>