summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/BrowseHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-12-09 19:37:01 +0100
committerYorhel <git@yorhel.nl>2010-12-09 19:37:01 +0100
commit409d24b3b0ef7864e1b319496df121b9aa3b0ea8 (patch)
tree8a534b1ca12b765c68c7eebe25672e5510cc3718 /lib/VNDB/Util/BrowseHTML.pm
parent14bf96d3f0868cb18489fd559be129f7e5f55f9f (diff)
Removed expand/collapse from /u+/posts and switched to a combined view
And removed some shared code that is now unused
Diffstat (limited to 'lib/VNDB/Util/BrowseHTML.pm')
-rw-r--r--lib/VNDB/Util/BrowseHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/BrowseHTML.pm b/lib/VNDB/Util/BrowseHTML.pm
index d4c7c84e..139ff1b0 100644
--- a/lib/VNDB/Util/BrowseHTML.pm
+++ b/lib/VNDB/Util/BrowseHTML.pm
@@ -135,7 +135,7 @@ sub htmlBrowseHist {
end;
td class => 'tc4';
a href => $revurl, title => $i->{ioriginal}, shorten $i->{ititle}, 80;
- b class => 'grayedout'; lit bb2html $i->{comments}, 250; end;
+ b class => 'grayedout'; lit bb2html $i->{comments}, 150; end;
end;
end;
},