summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/CommonHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-03 13:35:27 +0200
committerYorhel <git@yorhel.nl>2009-10-03 13:35:27 +0200
commitc6267dcb9c5e1a444f722cd3ac35300644945912 (patch)
tree7d4db60fc5ea379c551d10822cd379817cba2b1f /lib/VNDB/Util/CommonHTML.pm
parent5a3e3f05d2355229b7620aa7aab874bdbf8d8027 (diff)
JS: Rewrote and generalized row group expand code
Diffstat (limited to 'lib/VNDB/Util/CommonHTML.pm')
-rw-r--r--lib/VNDB/Util/CommonHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/CommonHTML.pm b/lib/VNDB/Util/CommonHTML.pm
index 1298af00..e0fe65d2 100644
--- a/lib/VNDB/Util/CommonHTML.pm
+++ b/lib/VNDB/Util/CommonHTML.pm
@@ -524,7 +524,7 @@ sub htmlHistory {
end;
end;
if($i->{comments}) {
- Tr class => $n % 2 ? 'collapse odd hidden' : 'collapse hidden';
+ Tr class => $n % 2 ? 'collapse msgsum odd hidden' : 'collapse msgsum hidden';
td colspan => 5;
lit bb2html $i->{comments}, 150;
end;