From c409d840562881f01f3796d4a71ec29221f09e8a Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 13 Dec 2001 04:58:55 +0000 Subject: [PATCH] lowercase some html --- webtools/graph/query.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtools/graph/query.cgi b/webtools/graph/query.cgi index c9f98a1fbd05..eeed6f0d0799 100755 --- a/webtools/graph/query.cgi +++ b/webtools/graph/query.cgi @@ -120,11 +120,11 @@ sub show_graph { print "Days:"; if($DAYS) { print "(all data|"; - print "\n"; + print "\n"; print ")"; } else { print "(all data|"; - print "\n"; + print "\n"; print ")"; } print "\n";