summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-12-15 09:44:07 +0100
committerYorhel <git@yorhel.nl>2010-12-15 09:44:07 +0100
commitb84c9eaaebbc9ff5668a4684b1d034b5b589f624 (patch)
tree00fa424255d522b4ea52115e2eef0bab3ba1d35d /lib/VNDB/Handler
parent3199e253afe6cb607d6a973f667a74bb39812385 (diff)
Handler::ULists: Added noindex to /[vu]+/votes
In line with the noindex on other ulists pages. And it's not very interesting for googling users anyway.
Diffstat (limited to 'lib/VNDB/Handler')
-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 002f90d3..c8119000 100644
--- a/lib/VNDB/Handler/ULists.pm
+++ b/lib/VNDB/Handler/ULists.pm
@@ -123,7 +123,7 @@ sub votelist {
return 404 if !@$list;
my $title = mt $type eq 'v' ? '_votelist_title_vn' : '_votelist_title_user', $obj->{title} || $obj->{username};
- $self->htmlHeader(title => $title);
+ $self->htmlHeader(noindex => 1, title => $title);
$self->htmlMainTabs($type => $obj, 'votes');
div class => 'mainbox';
h1 $title;