We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd46259 + debf29d commit fc364c7Copy full SHA for fc364c7
gitweb/gitweb.perl
@@ -8028,7 +8028,7 @@ sub git_feed {
8028
%latest_commit = %{$commitlist[0]};
8029
my $latest_epoch = $latest_commit{'committer_epoch'};
8030
exit_if_unmodified_since($latest_epoch);
8031
- %latest_date = parse_date($latest_epoch, $latest_commit{'comitter_tz'});
+ %latest_date = parse_date($latest_epoch, $latest_commit{'committer_tz'});
8032
}
8033
print $cgi->header(
8034
-type => $content_type,
0 commit comments