summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-01 12:23:54 +0200
committerYorhel <git@yorhel.nl>2011-04-01 12:23:54 +0200
commitd6dd8365a59b261e5ff589bc79641a816e9f9a1e (patch)
tree5ef6e1f7f4b8b8ce42b9e7175a350b0d172d8e01
parentac0b082e65d00d53eb08cb0918ea96443d88334f (diff)
Handler::VNPage: Display more than 10 chars...
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 763fc82d..8fa6d095 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -531,7 +531,7 @@ sub _stats {
sub _chars {
my($self, $has, $v) = @_;
- my $l = $has && $self->dbCharGet(vid => $v->{id}, what => "extended vns($v->{id}) traits");
+ my $l = $has && $self->dbCharGet(vid => $v->{id}, what => "extended vns($v->{id}) traits", results => 100);
return if !$has;
# TODO: spoiler handling + hide unimportant roles by default
my %done;