summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-09 15:06:38 +0200
committerYorhel <git@yorhel.nl>2009-07-09 15:06:38 +0200
commitc5d36ef47f4aa32805871e3a4bc3b8765c9a704f (patch)
treea75f7159718d3cdaceda51e6000fde57121c6dd6
parentcae1728f8ce67d34b4a851a3bdb9fc8f1f1518b2 (diff)
Don't allow bots to index the users' posts browser
-rw-r--r--lib/VNDB/Handler/Users.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index deaf19e1..d4755ae1 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -399,7 +399,7 @@ sub posts {
my($posts, $np) = $self->dbPostGet(uid => $uid, hide => 1, what => 'thread', page => $f->{p}, order => 'tp.date DESC');
- $self->htmlHeader(title => "Posts made by $u->{username}");
+ $self->htmlHeader(title => "Posts made by $u->{username}", noindex => 1);
$self->htmlMainTabs(u => $u, 'posts');
div class => 'mainbox';
h1 "Posts made by $u->{username}";