Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-10-14 08:27:20 (GMT)
committer moritz <moritz@c213334d-75ef-0310-aa23-eaa082d1ae64>2009-10-14 08:27:20 (GMT)
commit507d4e89abda209ca4acd1afe43530dae3688204 (patch)
tree422f83d00a4a4b953cb6d923173fc1a8e03b6071
parentdcd14519756b1cd903c1b0e6ed9749c81ce60d9c (diff)
[irclog] the link needs to include the full date, not just the day
git-svn-id: http://svn.pugscode.org/pugs/misc/irclog@28786 c213334d-75ef-0310-aa23-eaa082d1ae64
-rwxr-xr-xcgi/channel-index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/channel-index.pl b/cgi/channel-index.pl
index 3cf95f9..1c50542 100755
--- a/cgi/channel-index.pl
+++ b/cgi/channel-index.pl
@@ -68,7 +68,7 @@ sub calendar_for_channel {
my (%months, %link);
for my $date (@$dates) {
my ($Y, $M, $D) = split '-', $date;
- $link{$date} = "$base_url$channel/$D";
+ $link{$date} = "$base_url$channel/$date";
$months{"$Y-$M"}++;
}