From fd63b8135a8d451dc1dea26792555a92d76e01d3 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 9 Nov 2008 11:48:47 +0100 Subject: Forgot to add a title tot the 404 page... --- util/vndb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/vndb.pl') 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'; -- cgit v1.2.3