aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Problems.pm
diff options
context:
space:
mode:
authormatthew <matthew>2009-04-16 13:51:24 +0000
committermatthew <matthew>2009-04-16 13:51:24 +0000
commit38f37a3d9dab22df8f29363aefe4f83cdee27dda (patch)
tree9890997faad5b218d2a97a59f933a08e1b307199 /perllib/Problems.pm
parent2c3092e761d3c95f21322810605bc60b89df8378 (diff)
A few more.
Diffstat (limited to 'perllib/Problems.pm')
-rw-r--r--perllib/Problems.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Problems.pm b/perllib/Problems.pm
index 9ae877742..ed599c6d4 100644
--- a/perllib/Problems.pm
+++ b/perllib/Problems.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Problems.pm,v 1.12 2009-04-16 13:41:48 matthew Exp $
+# $Id: Problems.pm,v 1.13 2009-04-16 13:51:30 matthew Exp $
#
package Problems;
@@ -106,7 +106,7 @@ sub recent_photos {
foreach (@$probs) {
my $title = ent($_->{title});
$out .= '<a href="/report/' . $_->{id} .
- '"><img border="0" src="/photo?tn=1;id=' . $_->{id} .
+ '"><img border="0" height="100" src="/photo?tn=1;id=' . $_->{id} .
'" alt="' . $title . '" title="' . $title . '"></a>';
}
return $out;