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

@@ -129,7 +129,7 @@
</div>
<span class="help-block">{intl l='Enter one or more IP V4 addresses separated by ";". Leave empty to display logs for all IP addresses'}</span>
<span class="help-block">{intl l='Your current IP address is %ip' ip=$ip_address}</span>
<span class="help-block">{intl l='Your current IP address is %ip' ip={$ip_address}}</span>
</div>
{/form_field}