From: Tim Bishop Date: Wed, 13 Jun 2001 23:07:43 +0000 (+0000) Subject: Some fixes to sort the colours of links. X-Git-Tag: PRE_WWW_REDESIGN~109 X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=414e7c5504cad8b09d704fe5ac08e67b00f82f5d;hp=7013ca7da90ba12257bce742782153edc4b07f52;p=www.i-scream.org.git Some fixes to sort the colours of links. --- 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`;