projects
/
invirt/scripts/munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ada29
)
Typo
author
Quentin Smith
<quentin@mit.edu>
Wed, 29 Dec 2010 17:35:54 +0000
(12:35 -0500)
committer
Quentin Smith
<quentin@mit.edu>
Wed, 29 Dec 2010 17:35:54 +0000
(12:35 -0500)
web/usage.cgi
patch
|
blob
|
history
diff --git
a/web/usage.cgi
b/web/usage.cgi
index
59482e9
..
88d7552
100755
(executable)
--- a/
web/usage.cgi
+++ b/
web/usage.cgi
@@
-82,7
+82,7
@@
sub die(@) {
pointsize => 14,
);
$im->Read('label:'.join('', @_));
- $format = 'png' unless exists($format{$format});
+ $format = 'png' unless exists($formats{$format});
$mime_type = $formats{$format};
print $q->header(-type=>$mime_type);
$im->Write($format.':-');