aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-07-16 15:07:55 +0000
committermatthew <matthew>2007-07-16 15:07:55 +0000
commit3d163eda991f3bb072c61a6ca7fb6046189c1bb4 (patch)
tree52e3cc4d747268f53ea5846826496307951ec42b
parent876627aee0860b7f1aa69f53a93c311e865e8d94 (diff)
A6, not A5.
-rwxr-xr-xweb/posters/index.cgi8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/posters/index.cgi b/web/posters/index.cgi
index a348a9eb8..252284125 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.3 2007-06-28 17:29:03 matthew Exp $
+# $Id: index.cgi,v 1.4 2007-07-16 15:07:55 matthew Exp $
use strict;
require 5.8.0;
@@ -51,9 +51,9 @@ sub body {
) .
$q->h2(_('Flyers')) .
$q->ul(
- $q->li($q->a({href=>'fixmystreet-flyers-colour.pdf'}, _('4 x A5, colour'))),
- $q->li($q->a({href=>'fixmystreet-flyers-bw-outlined.pdf'}, _('4 x A5, black and white, outlined'))),
- $q->li($q->a({href=>'fixmystreet-flyers-bw-low-ink.pdf'}, _('4 x A5, black and white, low ink')))
+ $q->li($q->a({href=>'fixmystreet-flyers-colour.pdf'}, _('4 x A6, colour'))),
+ $q->li($q->a({href=>'fixmystreet-flyers-bw-outlined.pdf'}, _('4 x A6, black and white, outlined'))),
+ $q->li($q->a({href=>'fixmystreet-flyers-bw-low-ink.pdf'}, _('4 x A6, black and white, low ink')))
)
;
}