diff options
Diffstat (limited to 'view/admin_summary.tpl')
-rwxr-xr-x | view/admin_summary.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/admin_summary.tpl b/view/admin_summary.tpl index 59428986a..eed71fbe0 100755 --- a/view/admin_summary.tpl +++ b/view/admin_summary.tpl @@ -13,7 +13,7 @@ {{ for $accounts as $p }} <dl> <dt>$p.0</dt> - <dd>$p.1</dd> + <dd>{{ if $p.1 }}$p.1{{ else }}0{{ endif }}</dd> </dl> {{ endfor }} |