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

[-] BO : Fixed the Sample file for Categories Import - #PSCFV-1960
This commit is contained in:
bLeveque
2012-05-19 22:15:58 +00:00
parent e49afede06
commit a5456a71f7
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>