summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-17 00:34:02 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-17 00:34:02 -0400
commite890d6d91db6d716beeb22c94d6bf0a9d88f1ef5 (patch)
tree9891d77bbfaa7459783605b29906d3aa06ba5801 /template/chat.st
parentf43aa915a5b5268b7b05e2a3f15d128ee218ade5 (diff)
sostler prod commit
Diffstat (limited to 'template/chat.st')
-rw-r--r--template/chat.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/chat.st b/template/chat.st
index e75c1e4..851aaa1 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -71,8 +71,8 @@ $tinychat()$</div>
$endif$
<div id="chatrap">
-
- <div id="content">
+
+ <div id="dcontent">
<div id="messagetabs"></div>
<div id="rapper">
</div>
@@ -96,7 +96,7 @@ $endif$
$messages: { m |
<div class="msgDiv oldmsg dump $if(m.favorited)$favorite$endif$" id="message-$m.message_id$" nick="$m.nick$">
<span class="nick">
- <b><a href="http://dump.fm/$m.nick$">$m.nick$</a></b>
+ <b><a href="http://dump.fm/$m.nick$" target="_blank">$m.nick$</a></b>
$if(m.favorited)$
<img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$else$