projects
/
mirror
/
userdir-ldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2525bf7
)
fixed html tags
author
tausq
<>
Sun, 23 Jan 2000 04:36:58 +0000
(
04:36
+0000)
committer
tausq
<>
Sun, 23 Jan 2000 04:36:58 +0000
(
04:36
+0000)
web/machines.cgi
patch
|
blob
|
history
diff --git
a/web/machines.cgi
b/web/machines.cgi
index
61e50cd
..
1bca7f8
100755
(executable)
--- a/
web/machines.cgi
+++ b/
web/machines.cgi
@@
-1,5
+1,5
@@
#!/usr/bin/perl
#!/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. <tausq@debian.org>
# (c) 1999 Randolph Chung. Licensed under the GPL. <tausq@debian.org>
@@
-128,11
+128,11
@@
if ($output{havehostdata}) {
} else {
# display summary info
$hostdetails = "<h1>Summary</h1>\n";
} else {
# display summary info
$hostdetails = "<h1>Summary</h1>\n";
- $hostdetails .= "<table border=1 width=90%>\n<t
h
>";
+ $hostdetails .= "<table border=1 width=90%>\n<t
r
>";
foreach $key (@summaryorder) {
foreach $key (@summaryorder) {
- $hostdetails .= "<t
d>$summaryattrs{$key}</td
>";
+ $hostdetails .= "<t
h>$summaryattrs{$key}</th
>";
}
}
- $hostdetails .= "</t
h
>\n";
+ $hostdetails .= "</t
r
>\n";
foreach $host (sort(keys(%summary))) {
$hostdetails .= "<tr>";
foreach $host (sort(keys(%summary))) {
$hostdetails .= "<tr>";