From 33a19df714309c22f1ca3776c8e4e5e1768bfdba Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Feb 2012 14:11:42 +0000 Subject: [PATCH] found --- cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi b/cgi index f95567d..5b51f8a 100755 --- a/cgi +++ b/cgi @@ -492,7 +492,8 @@ if (defined $detail) { my $imgurl= "$self?graph=$detail§ion=$section". "&sloth=$tsloth&elem=$elem"; print a({href=>"$imgurl&w=780&h=800"}, - img({src=>$imgurl, alt=>'', width=>780, height=>800})); + img({src=>$imgurl, alt=>'', + width=>$defwidth, height=>$defheight})); } } print end_html(); -- 2.30.2