X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=blobdiff_plain;f=cgi%2Fpkgreport.cgi;h=1ea9a17a314160b2c83314677852e8f5f6312235;hp=6b92f90c54b4b3c4b9e3300db9d1079a2b934237;hb=05f158937d8e18b9bec70594f465fc078ed3bc59;hpb=ceb75730fcf9d4342f0dea06bfc19cd1826ca615 diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 6b92f90..1ea9a17 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -436,7 +436,7 @@ my $result = pkg_htmlizebugs(bugs => \@bugs, (exists $param{dist})?(dist => $param{dist}):(), ); -print "Cache-control: public, max-age=300\n"; +print "Cache-Control: public, max-age=300\n"; print "Content-Type: text/html; charset=utf-8\n\n"; print "\n";