This commit is contained in:
Jamie Cameron
2015-12-15 19:58:00 -08:00
parent 08e23517cf
commit 179e945308

View File

@@ -19,7 +19,7 @@ my $goto = $minfo ? $minfo->{'dir'}."/" :
if ($in{'page'}) {
$goto .= "/".$in{'page'};
}
my $cat = $minfo ? "?$minfo->{'category'}=1" : undef;
my $cat = $minfo ? "?$minfo->{'category'}=1" : "";
# Show frameset
my $title = &get_html_framed_title();