summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Discussions.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 11:17:42 +0100
committerYorhel <git@yorhel.nl>2008-12-13 11:17:42 +0100
commit500e45f97576536c1f8b3d532a38903dcc9fab70 (patch)
tree786ba792b44a433c707fe5a8fb4f85d9d4b3f6f9 /lib/VNDB/Handler/Discussions.pm
parent84cb0d328d83008343c92d51f24239c69b6d5914 (diff)
Fixed inconsistend column width on /t and /t/* pages in IE7
Diffstat (limited to 'lib/VNDB/Handler/Discussions.pm')
-rw-r--r--lib/VNDB/Handler/Discussions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Discussions.pm b/lib/VNDB/Handler/Discussions.pm
index 5c7ef238..b235c157 100644
--- a/lib/VNDB/Handler/Discussions.pm
+++ b/lib/VNDB/Handler/Discussions.pm
@@ -377,7 +377,7 @@ sub _threadlist {
end;
end;
Tr $n % 2 ? ( class => 'odd' ) : ();
- td colspan => 3, class => 'tags';
+ td colspan => 4, class => 'tags';
txt ' > ';
my $i = 1;
for(sort { $a->{type}.$a->{iid} cmp $b->{type}.$b->{iid} } @{$o->{tags}}) {