chiark
/
gitweb
/
~ijackson
/
rrd-graphs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e4ac7a0
)
found
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 20 Feb 2012 14:11:42 +0000 (14:11 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 20 Feb 2012 14:11:42 +0000 (14:11 +0000)
cgi
patch
|
blob
|
history
diff --git
a/cgi
b/cgi
index
f95567d
..
5b51f8a
100755
(executable)
--- 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();