From fd7dcfe04133a6e0ca4981d88b26e4d74575b16f Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Fri, 14 Dec 2007 21:15:34 +0000 Subject: [PATCH] tweak the milliways template a little now I've actually seen what it looks like --- templates/milliways.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/milliways.tpl b/templates/milliways.tpl index f94f630..8927fe4 100644 --- a/templates/milliways.tpl +++ b/templates/milliways.tpl @@ -5,7 +5,7 @@ {else} <ul> {foreach name=people from=$people key=personnum item=person} - <li>{$person.username}<small>{$person.idle} idle</small></li> + <li>{$person.username} <small>({$person.idle} idle)</small></li> {/foreach} </ul> {/if} -- GitLab