aboutsummaryrefslogtreecommitdiffstats
path: root/view/admin_summary.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-05 18:51:21 -0800
committerfriendica <info@friendica.com>2012-03-05 18:51:21 -0800
commit23460302f5e6b97a5e7b9d6038e77dc4c2d13033 (patch)
treeffc798cfc8571ac56a1944f32dd08aace690a058 /view/admin_summary.tpl
parent8473444242318582e437f84c5a4006643ccda50d (diff)
downloadvolse-hubzilla-23460302f5e6b97a5e7b9d6038e77dc4c2d13033.tar.gz
volse-hubzilla-23460302f5e6b97a5e7b9d6038e77dc4c2d13033.tar.bz2
volse-hubzilla-23460302f5e6b97a5e7b9d6038e77dc4c2d13033.zip
some admin page fixes and cleanup
Diffstat (limited to 'view/admin_summary.tpl')
-rwxr-xr-xview/admin_summary.tpl2
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 }}