summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorproller <proller@github.com>2014-06-30 20:47:50 +0400
committerproller <proller@github.com>2014-06-30 20:47:50 +0400
commit1c01ed5f13e15857a45921c51ef095ea5efda05d (patch)
tree8d58b623cc206acc8cd3aad58a912cdf28fe0a09 /util
parent7f99904eb1e401df757ab35e1cdd93e2f58c620b (diff)
downloadminetest-1c01ed5f13e15857a45921c51ef095ea5efda05d.tar.gz
minetest-1c01ed5f13e15857a45921c51ef095ea5efda05d.tar.bz2
minetest-1c01ed5f13e15857a45921c51ef095ea5efda05d.zip
Masterserver: Fix compiling servers.jst
Diffstat (limited to 'util')
-rw-r--r--util/master/servers.jst4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/master/servers.jst b/util/master/servers.jst
index 586e439cf..9a8a90a77 100644
--- a/util/master/servers.jst
+++ b/util/master/servers.jst
@@ -1,7 +1,7 @@
{{? !master.no_total}}
<div class="total">
- {{it.total_max && it.total_max.clients > 0}}Players: {{=it.total.clients}}/{{=it.total_max.clients}}&nbsp;{{?}}
- {{it.total_max && it.total_max.servers > 0}}Servers: {{=it.total.servers}}/{{=it.total_max.servers}}{{?}}
+ {{? it.total_max && it.total_max.clients > 0}}Players: {{=it.total.clients}}/{{=it.total_max.clients}}&nbsp;{{?}}
+ {{? it.total_max && it.total_max.servers > 0}}Servers: {{=it.total.servers}}/{{=it.total_max.servers}}{{?}}
</div>
{{?}}
<table>