]> i-scream Git - www.i-scream.org.git/commitdiff
Urg, yellow. No...
authorTim Bishop <tim@bishnet.net>
Wed, 13 Jun 2001 15:24:40 +0000 (15:24 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 13 Jun 2001 15:24:40 +0000 (15:24 +0000)
cgi-bin/cvslog.cgi

index fe62526d0e79a7428945677a83ce8eb4d1f0c46c..a420de4e136c4d95f08027e6eb5a1b055af3b1d3 100755 (executable)
@@ -45,7 +45,7 @@ print <<"END";
 
 <a href="http://www.i-scream.org.uk"><img border="0" src="../i-scream.gif"></a>
 
-<center><table border="0" cellpadding="4" cellspacing="1" bgcolor="#000066" align="center"><tr><td bgcolor="#ffffcc"><font color="#000066" face="arial,sans-serif" size="5"><b><center>$heading</center></b></font></td></tr></table></center>
+<h2>$heading</h2>
 <p>&nbsp;</p>
 
 END
@@ -59,11 +59,11 @@ foreach my $module (@modules) {
 
     print "<table border=\"0\" bgcolor=\"#000066\" cellpadding=\"5\" width=\"100%\">";
     print "<tr><td><font size=\"4\"><b><a href=\"/cgi-bin/cvs/viewcvs.cgi/$module\">$module module</a></b></font></td></tr>";
-    print "<tr><td bgcolor=\"white\">";
+    print "<tr><td bgcolor=\"white\">\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 "</td></tr>";
+    print "</td></tr>\n";
 
     print "</table><p>\n\n";
 }