summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-09 11:48:47 +0100
committerYorhel <git@yorhel.nl>2008-11-09 11:48:47 +0100
commitfd63b8135a8d451dc1dea26792555a92d76e01d3 (patch)
treec2828fe9aaa413c97b82bd97a569048c8d8d638e /util
parent4fa5a71546b7475ebaa4698e07a20918ac381641 (diff)
Forgot to add a title tot the 404 page...
Diffstat (limited to 'util')
-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';