X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/8a559bfb633a7d962ae58871f6444640ff59e0198fe04deaa0e95707b61b6939..32be0fe6462f8e3186fbb2a3e5f3b10189d47cde1dd79a51ade9622241a8e6a4:/gitweb.perl?ds=sidebyside diff --git a/gitweb.perl b/gitweb.perl index 349a7d2..144b968 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -3887,6 +3887,7 @@ sub print_feed_meta { '-type' => "application/$type+xml" ); + $href_params{'extra_options'} = undef; $href_params{'action'} = $type; $link_attr{'-href'} = href(%href_params); print "header( -type => $known_snapshot_formats{$format}{'type'}, -content_disposition => 'inline; filename="' . $filename . '"', + %co ? (-last_modified => $latest_date{'rfc2822'}) : (), -status => '200 OK'); open my $fd, "-|", $cmd