change how to use smarty variables
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user