Another year passed...
authorJoey Schulze <joey@infodrom.org>
Fri, 21 Apr 2006 07:56:03 +0000 (07:56 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 21 Apr 2006 07:56:03 +0000 (07:56 +0000)
src/Termine/years.inc

index 16338bf..b17128f 100644 (file)
@@ -2,7 +2,7 @@
 <:
 
   my @y;
-  foreach my $year (2000..2005) {
+  foreach my $year (2000..2006) {
     push (@y, sprintf ("<a href=\"%s.html\">%s</a>", $year, $year))
       if ($year ne "<get-var WML_SRC_BASENAME>");
   }