1 files changed, 1 insertions(+), 1 deletions(-)
M index.pl
M index.pl => index.pl +1 -1
@@ 32,7 32,7 @@ my $redir=''; # redirect?
my $fallback; # if matching page found elsewhere
my $bcurrent; # basename of selected page
my $abs; # absolute path
-my $pagetitle; # title for HTML
+my $pagetitle=''; # title for HTML
sub walktree ($$$); # prototype needed because of recursion