[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

bad links on yearly vote pages



Howdy,

The links on the vote/1999 and vote/2000 index pages to past ballots are
broken.  The attached patch reverts the index.wmls to a previous version
which generates valid links on my system.  What am I missing?

Matt
Index: english/vote/1999/index.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/vote/1999/index.wml,v
retrieving revision 1.3
diff -u -r1.3 index.wml
--- english/vote/1999/index.wml	2000/11/16 00:35:22	1.3
+++ english/vote/1999/index.wml	2000/12/06 00:06:23
@@ -2,4 +2,4 @@
 #use wml::debian::template title="<pagetitle>"
 #use wml::debian::recent_list
 
-<:= get_recent_list('vote/1999', '10', '$(ENGLISHDIR)', 'list', 'vote_\d*') :>
+<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/1999', 'list', 'vote_\d*') :>
Index: english/vote/2000/index.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/vote/2000/index.wml,v
retrieving revision 1.1
diff -u -r1.1 index.wml
--- english/vote/2000/index.wml	2000/11/16 00:56:49	1.1
+++ english/vote/2000/index.wml	2000/12/06 00:06:23
@@ -2,4 +2,4 @@
 #use wml::debian::template title="<pagetitle>"
 #use wml::debian::recent_list
 
-<:= get_recent_list('vote/2000', '10', '$(ENGLISHDIR)', 'list', 'vote_\d*') :>
+<:= get_recent_list('.', '0', '$(ENGLISHDIR)/vote/2000', 'list', 'vote_\d*') :>

Attachment: pgpmZUEXuL6TE.pgp
Description: PGP signature


Reply to: