summaryrefslogtreecommitdiff
path: root/www/dailysrc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/dailysrc.pl')
-rwxr-xr-xwww/dailysrc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dailysrc.pl b/www/dailysrc.pl
index 25495d557c..7ad91a0d2a 100755
--- a/www/dailysrc.pl
+++ b/www/dailysrc.pl
@@ -16,7 +16,7 @@ for ( @tarballs ) {
16 $date = $1; 16 $date = $1;
17 if ( -f "$basedir/changes-$date.txt") { 17 if ( -f "$basedir/changes-$date.txt") {
18 $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0; 18 $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0;
19 $log = "<a href=\"daily/changes-$date.txt\">Changelog</a> <small>($lines changes)</small>"; 19 $log = "<a href=\"daily/changes-$date.html\">Changelog</a> <small>($lines changes)</small>";
20 } 20 }
21 } 21 }
22 print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n"; 22 print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n";