Skip to content

Commit

Permalink
(collect-stats) 2020 year support
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto-fujiwara committed Jan 6, 2020
1 parent b0caf62 commit defdf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect-stats
Expand Up @@ -156,7 +156,7 @@ print HTML "<tr class=\"head\"><th>Date</th>";
# ---------------------------------------------------------
foreach my $date (@DATE) {
my ($short) = $date;
$short =~ s/^201[0-9]//;
$short =~ s/^20[12][0-9]//;
$short =~ s/-[0-9]+$//;
print HTML "<th><a href=\"./$date/00_Stats.html\">$short</a></th>";
}
Expand Down

0 comments on commit defdf92

Please sign in to comment.