Skip to content

Commit

Permalink
Added comma to 403
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 17, 2024
1 parent f82315f commit a9fff9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic-site/cgi-bin/page.fcgi
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ sub doit
'"', $info->browser_type(), '",',
'"', $lingua->language(), '",',
'403,',
'""',
'"",',
'"', $info->as_string(), "\"\n";
close($fout);
}
Expand Down
2 changes: 2 additions & 0 deletions dynamic-site/lib/Ged2site/Display/people.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ sub html {
'home' => 1,
'lang' => qr/^[A-Z][A-Z]/i,
'lint_content' => qr/^\d$/,
'fbclid' => qr/^[A-Z][0-9]_\-/i, # Facebook info
'gclid' => qr/^[A-Z][0-9]\-/i, # Google info
};
my %params = %{$info->params({ allow => $allowed })};

Expand Down

0 comments on commit a9fff9e

Please sign in to comment.