--- projects/libstatgrab/src/statgrab/statgrab-make-mrtg-index.in 2003/11/07 12:34:22 1.3 +++ projects/libstatgrab/src/statgrab/statgrab-make-mrtg-index.in 2004/01/16 15:54:56 1.5 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # i-scream central monitoring system # http://www.i-scream.org -# Copyright (C) 2000-2003 i-scream +# Copyright (C) 2000-2004 i-scream # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -67,7 +67,7 @@ EOF foreach my $title (sort keys %pages) { my $page = $pages{$title}; print "

$title

\n"; - print "

\"$page\"/

\n"; + print "

\"$page\"

\n"; } print <Generated by