<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> </p>
END
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) {
}
}
}
- print "</td></tr>";
+ print "</td></tr>\n";
print "</table><p>\n\n";
}