From e2cbab82299c7896e668e575c91551d6a5c81fb8 Mon Sep 17 00:00:00 2001 From: tausq <> Date: Sun, 23 Jan 2000 04:36:58 +0000 Subject: [PATCH 1/1] fixed html tags --- machines.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machines.cgi b/machines.cgi index 61e50cd..1bca7f8 100755 --- a/machines.cgi +++ b/machines.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: machines.cgi,v 1.4 1999/10/01 03:44:20 tausq Exp $ +# $Id: machines.cgi,v 1.5 2000/01/23 05:36:58 tausq Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. @@ -128,11 +128,11 @@ if ($output{havehostdata}) { } else { # display summary info $hostdetails = "

Summary

\n"; - $hostdetails .= "\n
"; + $hostdetails .= "\n"; foreach $key (@summaryorder) { - $hostdetails .= ""; + $hostdetails .= ""; } - $hostdetails .= "\n"; + $hostdetails .= "\n"; foreach $host (sort(keys(%summary))) { $hostdetails .= ""; -- 2.20.1
$summaryattrs{$key}$summaryattrs{$key}