diff options
-rw-r--r-- | perllib/Page.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 1f2d85ee1..eee927f8b 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.161 2009-08-26 16:52:14 louise Exp $ +# $Id: Page.pm,v 1.162 2009-08-26 16:58:21 louise Exp $ # package Page; @@ -744,7 +744,6 @@ sub display_problem_text { if ($problem->{photo}) { my $dims = Image::Size::html_imgsize(\$problem->{photo}); - my $dims = ''; $out .= "<p align='center'><img alt='' $dims src='/photo?id=$problem->{id}'></p>"; } |