chiark / gitweb /
found
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Feb 2012 14:11:42 +0000 (14:11 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Feb 2012 14:11:42 +0000 (14:11 +0000)
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();