From db356d225808f9a106c0f644a2fcd6b5933ea3c4 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Fri, 7 Dec 2001 11:43:41 +0000 Subject: [PATCH] query browsing should point at query.cgi, not graph.cgi git-svn-id: svn://10.0.0.236/trunk@110001 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/graph/query.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/graph/query.cgi b/mozilla/webtools/graph/query.cgi index 6e560638894..3ffc3acdeb7 100755 --- a/mozilla/webtools/graph/query.cgi +++ b/mozilla/webtools/graph/query.cgi @@ -45,7 +45,7 @@ sub print_testnames { my $machines_string = join(" ", @machines); foreach (@machines) { - print "
  • $_\n"; + print "
  • $_\n"; } print ""; @@ -69,7 +69,7 @@ sub print_machines { my $machines_string = join(" ", @machines); foreach (@machines) { - print "
  • $_\n"; + print "
  • $_\n"; } print "";