fixed an absent dot which broke everything

This commit is contained in:
Matthew Connelly 2015-11-16 00:16:32 +00:00
parent 52d0459b2d
commit 25e707a3f9
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ sub get_page {
for my $r (@pages) {
my %cpage = %$r;
next unless $cpage{filename} eq $pname;
$page->param(pagetitle => $cpage{title}" - ".config->{name},%cpage);
$page->param(pagetitle => $cpage{title}." - ".config->{name},%cpage);
return 1;
}
return undef;