From e76ec8d8ac4e9035c58d9885df5ebfddeaf4c68c Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 6 Oct 2010 17:27:43 +0100 Subject: Update photo size same as problem photos. --- perllib/Page.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perllib/Page.pm') diff --git a/perllib/Page.pm b/perllib/Page.pm index 5016b7d4d..4d8c3c6b7 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -900,7 +900,7 @@ sub display_problem_updates($$) { my $cobrand = get_cobrand($q); my $display_photos = Cobrand::allow_photo_display($cobrand); if ($display_photos && $row->{has_photo}) { - $out .= '

'; + $out .= '

'; } $out .= ''; $out .= ''; -- cgit v1.2.3