From: Tim Bishop Date: Wed, 13 Jun 2001 15:24:40 +0000 (+0000) Subject: Urg, yellow. No... X-Git-Tag: PRE_WWW_REDESIGN~115 X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=76941663038178f07eabbd9914be5a51289a8840;p=www.i-scream.org.git Urg, yellow. No... --- diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index fe62526..a420de4 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -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"; }