summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-10 17:02:35 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-10 17:02:35 -0400
commited520212c5ebb42d1ca9658461c46a50b2fbe095 (patch)
treee27c3e3f2fb0b277986fa57aa2859fdd81d01dd3 /template
parent0a7f44ad32e7393402f8086e4dd932828acd2c29 (diff)
parent1e3b2d85671460112838b946c10d7a82dfa30d7b (diff)
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template')
-rw-r--r--template/chat.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st
index b17dc68..a018174 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -62,9 +62,9 @@ $messages: { m |
<span class="nick">
<b><a href="/u/$m.nick$">$m.nick$</a>:</b>
$if(m.favorited)$
- <img src="/static/img/thumbs/color.right.gif" class="thumb chat-thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/color.right.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$else$
- <img src="/static/img/thumbs/pink.circle.gif" class="thumb chat-thumb" onclick="Tag.favorite(this)">
+ <img src="/static/img/thumbs/pink.circle.gif" class="chat-thumb" onclick="Tag.favorite(this)">
$endif$
</span>
<span class="content">$m.content$</span>