diff options
author | matthew <matthew> | 2007-06-28 17:29:03 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-06-28 17:29:03 +0000 |
commit | 9f515bfeafdfc5bd89f54b51f5cc1fcf80425b69 (patch) | |
tree | da1fd54144bac3dcd32377f899f51670512ecd27 | |
parent | efcff2aa6187f25ee51c0b4a579b5c70e9aeb79d (diff) |
Mislink.
-rwxr-xr-x | web/posters/index.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/posters/index.cgi b/web/posters/index.cgi index 37bbc7cb3..a348a9eb8 100755 --- a/web/posters/index.cgi +++ b/web/posters/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.2 2007-06-28 14:23:57 matthew Exp $ +# $Id: index.cgi,v 1.3 2007-06-28 17:29:03 matthew Exp $ use strict; require 5.8.0; @@ -46,7 +46,7 @@ sub body { $q->ul( $q->li($q->a({href=>'fixmystreet-poster-tags.pdf'}, _('A4, colour'))) . $q->li($q->a({href=>'fixmystreet-poster-tags-bw.pdf'}, _('A4, black and white'))) . - $q->li($q->a({href=>'fixmystreet-poster-tags-bw.pdf'}, _('A4, black and white, low ink'))) . + $q->li($q->a({href=>'fixmystreet-poster-tags-bw-low-ink.pdf'}, _('A4, black and white, low ink'))) . $q->li($q->a({href=>'fixmystreet-poster-tags-only.pdf'}, _('A4, tags only'))) ) . $q->h2(_('Flyers')) . |