From: Ian Jackson Date: Mon, 20 Feb 2012 14:11:42 +0000 (+0000) Subject: found X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=33a19df714309c22f1ca3776c8e4e5e1768bfdba;p=rrd-graphs.git found --- 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();