diff options
Diffstat (limited to 'template/profile_dump.st')
| -rwxr-xr-x | template/profile_dump.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/profile_dump.st b/template/profile_dump.st index 0fe4832..554c760 100755 --- a/template/profile_dump.st +++ b/template/profile_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$"> <div id="profiletxt"> $hump.created_on$ -- in <b><a href="$hump.roomlink$">$hump.key$</a></b> </div> |
