X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=blobdiff_plain;f=cgi;fp=cgi;h=5b51f8a1cef72b61efff57651f94b686d8a8a03f;hb=33a19df714309c22f1ca3776c8e4e5e1768bfdba;hp=f95567d67579a6691aa620e18786c0086dd9953c;hpb=e4ac7a00a14ee6b89ea1e6ed2682461adb0679b3;p=rrd-graphs.git 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();