From: tausq <> Date: Sun, 23 Jan 2000 04:36:58 +0000 (+0000) Subject: fixed html tags X-Git-Tag: debian_userdir-ldap_0-3-7~169 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=7c4426fe084671625350fe5d4ac3c11ae548633a fixed html tags --- diff --git a/web/machines.cgi b/web/machines.cgi index 61e50cd..1bca7f8 100755 --- a/web/machines.cgi +++ b/web/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 .= "";
$summaryattrs{$key}$summaryattrs{$key}