chiark / gitweb /
found
[rrd-graphs.git] / cgi
diff --git a/cgi b/cgi
index f95567d67579a6691aa620e18786c0086dd9953c..5b51f8a1cef72b61efff57651f94b686d8a8a03f 100755 (executable)
--- a/cgi
+++ b/cgi
@@ -492,7 +492,8 @@ if (defined $detail) {
            my $imgurl= "$self?graph=$detail&section=$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();