[-] BO : Fixed an issue with htmlentities()
[-] BO : Fixed the Sample file for Categories Import - #PSCFV-1960
This commit is contained in:
@@ -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}&updateproduct">{$tab.name|escape:'htmlall':'UTF-8'}</a>
|
||||
<a class="tab-page {if $tab.selected}selected{/if}" id="link-{$tab.id}" href="{$tab.href}&updateproduct">{$tab.name}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user