--- web/cgi-bin/cvslog.cgi 2001/06/13 15:18:55 1.7 +++ web/cgi-bin/cvslog.cgi 2001/06/13 15:24:40 1.8 @@ -45,7 +45,7 @@ print <<"END"; -
$heading
+

$heading

 

END @@ -59,11 +59,11 @@ foreach my $module (@modules) { print ""; print ""; - print ""; + print "\n"; print "
$module module
"; + print "
\n"; my(@lines) = `$logcmd $module 2>&1`; if(@lines == 0) { - print "There have been no commits in this module during this period."; + print "There have been no commits in this module during this period.\n"; } else { foreach my $line (@lines) { @@ -83,7 +83,7 @@ foreach my $module (@modules) { } } } - print "

\n\n"; }