diff --git a/pmd-web/src/webpmd.pl b/pmd-web/src/webpmd.pl index 71e8876407..a17343ab6e 100644 --- a/pmd-web/src/webpmd.pl +++ b/pmd-web/src/webpmd.pl @@ -30,7 +30,7 @@ sub default() { print b("Stats:"); print br(), br(); my $tm = localtime; - my $timeuntil = $tm->min; + my $timeuntil = 60 - $tm->min; print "There are ${timeuntil} minutes until the next hourly run"; open(FILE,"lastruntime.txt"); my $lastruntime=; @@ -49,6 +49,9 @@ sub default() { print $query->hidden(-name=>'cachebuster', -value=>${cachebuster}); print p(), submit(-value=>'Go'); print end_form(); + + print hr(); + print p("Comments? Questions? Please post them here"); } sub loadProjectList() {