summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Chars.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-03-28 09:26:13 +0200
committerYorhel <git@yorhel.nl>2012-03-28 09:26:13 +0200
commit974e8053261fe5951a01b3ba371c96a864e29643 (patch)
treee346a0b323b36e3629f913efb4cf32984adab209 /lib/VNDB/Handler/Chars.pm
parentfa5b426b40ea304727db4e279f1daeb258b5af48 (diff)
Handler::Chars: Added noindex tag to char revision pages
Consistent with VN/release/producer revision pages.
Diffstat (limited to 'lib/VNDB/Handler/Chars.pm')
-rw-r--r--lib/VNDB/Handler/Chars.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Chars.pm b/lib/VNDB/Handler/Chars.pm
index 4612af53..6d2009ab 100644
--- a/lib/VNDB/Handler/Chars.pm
+++ b/lib/VNDB/Handler/Chars.pm
@@ -27,7 +27,7 @@ sub page {
)->[0];
return $self->resNotFound if !$r->{id};
- $self->htmlHeader(title => $r->{name});
+ $self->htmlHeader(title => $r->{name}, noindex => $rev);
$self->htmlMainTabs(c => $r);
return if $self->htmlHiddenMessage('c', $r);