summaryrefslogtreecommitdiff
path: root/template/hall_log_dump.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/hall_log_dump.st')
-rwxr-xr-xtemplate/hall_log_dump.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st
index a6b014d..22d7dc4 100755
--- a/template/hall_log_dump.st
+++ b/template/hall_log_dump.st
@@ -1,4 +1,4 @@
-<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
<a href="/$hump.nick$"><b class="hallnick">$hump.nick$</a></b>
$if(hump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$hump.score$</span>$endif$
<div class="content" data-category="posts">$hump.content$</div>