diff options
Diffstat (limited to 'web/posters/index.cgi')
-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 e857810e3..54fb87bfa 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.6 2008-01-28 15:27:01 matthew Exp $ +# $Id: index.cgi,v 1.7 2008-10-09 14:20:55 matthew Exp $ use strict; use Standard -db; @@ -28,7 +28,7 @@ Page::do_fastcgi(\&main); sub body { my $q = shift; return $q->h1(_('Publicity Material')) . - '<img align="right" hspace="5" src="poster.png" alt="Example poster">' . + '<img align="right" hspace="5" src="poster.png" alt="Example poster">' . $q->p(_('Here are some posters you can use to publicise FixMyStreet.')) . $q->h2(_('Posters')) . $q->ul( |