summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rw-r--r--template/chat.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st
index 2ab2369..4d75df5 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>