summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
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>