summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-01-03 18:26:23 -0500
committersostler <sbostler@gmail.com>2010-01-03 18:26:23 -0500
commit4b51ea0eb70699285e1b6d6432b07722c793c57a (patch)
tree17dcf5ccb1ce946b71de9209a23a3cc04cdf2355 /template/chat.st
parent75a590ec89a9b7afb070331a25069e75a33ec30b (diff)
Work checkin
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st
index 52cbfbc..b9c88b4 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -20,7 +20,8 @@
<div id="userList">
$users: { u |
<div class="username"><a href="/u/$u.nick$">
- <img src="$u.avatar$" width="50" height="50">$u.nick$</a><br>
+ $if(u.avatar)$<img src="$u.avatar$" width="50" height="50">$endif$
+ $u.nick$</a><br>
</div>
}$
</div>