diff --git a/pmd-web/src/webpmd.pl b/pmd-web/src/webpmd.pl index 026a33ca3b..e285860cd6 100644 --- a/pmd-web/src/webpmd.pl +++ b/pmd-web/src/webpmd.pl @@ -20,14 +20,14 @@ sub default() { print h3("
This table contains the results of running PMD's unused code ruleset against a bunch of Sourceforge projects. The JavaNCSS column contains the lines of code analyzed as reported by the excellent JavaNCSS utility."; - print "
Comments? Questions? Please post them here"; - print "
1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved here"; - print br(); + print "
Comments? Questions? Please post them here. 1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved here";
+ print br();
print hr();
if (param("unixname")) {
";
open(FILE,"lastruntime.txt");
my $lastruntime=
The last run finished at ", $lastruntime, ". Right now it's ", ctime(), ".";
+ print "