diff --git a/ui/ui/customer/activation-list.tpl b/ui/ui/customer/activation-list.tpl index f8063853..af150fff 100644 --- a/ui/ui/customer/activation-list.tpl +++ b/ui/ui/customer/activation-list.tpl @@ -21,15 +21,14 @@ {foreach $d as $ds} - - {$ds['invoice']} - {$ds['plan_name']} - {Lang::moneyFormat($ds['price'])} - {$ds['type']} - {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} - {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} - {$ds['method']} + + {$ds.invoice|escape:'html'} + {$ds.plan_name|escape:'html'} + {Lang::moneyFormat($ds.price)} + {$ds.type|escape:'html'} + {Lang::dateAndTimeFormat($ds.recharged_on, $ds.recharged_time)} + {Lang::dateAndTimeFormat($ds.expiration, $ds.time)} + {$ds.method|escape:'html'} {/foreach} @@ -41,5 +40,4 @@ - -{include file="customer/footer.tpl"} \ No newline at end of file +{include file="customer/footer.tpl"}