summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-02-27 18:28:23 -0500
committersostler <sbostler@gmail.com>2010-02-27 18:28:23 -0500
commit99fa8c4569988c27203dc821809f408491fc76e0 (patch)
tree0377c3335cf9aff9bdfa95c8d46986fcc39241a5 /template/chat.st
parent28df6c268853e12e04975f217222a61e118050bf (diff)
parentfa8c89b543bb6e23cc7cac5983cb61818a4e3139 (diff)
Merge branch 'master' of ssh://sostler@192.168.0.194/~/dumpfm
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st
index 2c0f15f..9122c93 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -49,7 +49,7 @@
</div>
<div id="userList">
$users: { u |
- <div class="username"><a href="/u/$u.nick$">
+ <div class="username"><a href="/u/$u.nick$" target="_blank">
$if(u.avatar)$<img src="$u.avatar$" width="50" height="50">$endif$
$u.nick$</a><br>
</div>