summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index d7269bb4..ce780594 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -43,7 +43,7 @@ sub reqinit {
sub handle404 {
my $self = shift;
- $self->htmlHeader;
+ $self->htmlHeader(title => 'Page Not Found');
div class => 'mainbox';
h1 'Page not found';
div class => 'warning';