diff options
author | matthew <matthew> | 2008-05-15 16:15:32 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-15 16:15:32 +0000 |
commit | 05f217fef91c15991ba94a5484c22b8fb981f94f (patch) | |
tree | 8ddb2f0ef5f7ab4808f046f79448b51a155b91e7 | |
parent | cb679d86451e657b0c5de603def6a76b2dd6de71 (diff) |
To fit in IE.
-rwxr-xr-x | web/photo.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/photo.cgi b/web/photo.cgi index 9b8428a95..543f1b31e 100755 --- a/web/photo.cgi +++ b/web/photo.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: photo.cgi,v 1.9 2008-05-15 09:26:56 matthew Exp $ +# $Id: photo.cgi,v 1.10 2008-05-15 16:15:32 matthew Exp $ use strict; use Standard; @@ -34,7 +34,7 @@ sub main { if ($q->param('tn')) { $photo = resize($photo, 'x100'); } elsif ($q->{site} eq 'emptyhomes') { - $photo = resize($photo, '200x'); + $photo = resize($photo, '195x'); } print $photo; |