change how to use smarty variables

This commit is contained in:
Manuel Raynaud
2014-04-18 14:14:57 +02:00
parent 681d5503ac
commit 29c2901e5d
44 changed files with 130 additions and 130 deletions

View File

@@ -59,7 +59,7 @@
{/loop}
{$countries = ltrim($countries, ', ')}
<span class="badge" title="{$countries}">{intl l="%count more..." count=$ctry_count}</span>
<span class="badge" title="{$countries}">{intl l="%count more..." count={$ctry_count}}</span>
{/ifloop}
</td>