From 414e7c5504cad8b09d704fe5ac08e67b00f82f5d Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Wed, 13 Jun 2001 23:07:43 +0000 Subject: [PATCH] Some fixes to sort the colours of links. --- cgi-bin/cvslog.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi index d3ca453..f967c4f 100755 --- a/cgi-bin/cvslog.cgi +++ b/cgi-bin/cvslog.cgi @@ -49,7 +49,7 @@ print <<"END"; The i-scream Project Commit Log - + @@ -76,7 +76,7 @@ my(@modules) = split (/\s+/, $modulelist); foreach my $module (@modules) { print "
\n\n"; - print "\n\n"; + print "\n\n"; print "
\n$module module\n
\n$module module\n
\n"; my(@lines) = `$logcmd $module 2>&1`; -- 2.44.0