From 92c02acbcedddb307623593f14957843e55cb26d Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sat, 15 Dec 2001 00:55:20 +0000 Subject: [PATCH] forgot to pass in points settings for a few urls git-svn-id: svn://10.0.0.236/trunk@110511 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/query.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/graph/query.cgi b/mozilla/webtools/graph/query.cgi index 5a4b06728ed..2208661ec90 100755 --- a/mozilla/webtools/graph/query.cgi +++ b/mozilla/webtools/graph/query.cgi @@ -101,11 +101,11 @@ sub show_graph { print "\n"; if($AUTOSCALE) { print "Y-axis: (zoom|"; - print "100%"; + print "100%"; print ") \n"; } else { print "Y-axis: ("; - print "zoom"; + print "zoom"; print "|100%) \n"; } print "\n"; @@ -122,7 +122,7 @@ sub show_graph { print "Days:"; if($DAYS) { - print "(all data|"; + print "(all data|"; print ""; print ")\n"; } else { @@ -138,12 +138,12 @@ sub show_graph { print "Style:"; if($LTYPE eq "steps") { print "("; - print "lines"; + print "lines"; print "|steps"; print ")"; } else { print "(lines|"; - print "steps"; + print "steps"; print ")"; } print "\n";