summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-13 12:32:24 +0100
committerYorhel <git@yorhel.nl>2008-12-13 12:32:24 +0100
commitc43507446c615c1edc7077c5942fec08ae842cd8 (patch)
tree4caa776b3ee9e4ce8fc7f05dfc0b0e8a51e658e9
parentfad1a5845a98df3516c9f8f0cfc3d3f6ee24deda (diff)
User VNList Javascript bugfix for IE7 + Safari
-rw-r--r--lib/VNDB/Handler/ULists.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/ULists.pm b/lib/VNDB/Handler/ULists.pm
index 639532c9..9f18e57a 100644
--- a/lib/VNDB/Handler/ULists.pm
+++ b/lib/VNDB/Handler/ULists.pm
@@ -289,7 +289,7 @@ sub _vnlist_browse {
end;
for (@{$i->{rels}}) {
- Tr class => "relhid vid$i->{vid} ";
+ Tr class => "relhid vid$i->{vid}";
td class => 'tc1'.($own ? ' own' : '');
input type => 'checkbox', name => 'sel', value => $_->{rid}
if $own;