--- web/cgi-bin/cvslog.cgi	2001/06/13 15:18:55	1.7
+++ web/cgi-bin/cvslog.cgi	2001/06/13 15:29:51	1.9
@@ -45,25 +45,26 @@ print <<"END";
 
  -
 
-
+
| $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 +84,7 @@ foreach my $module (@modules) { } } } - print " | 
\n\n"; }