diff --git a/mozilla/webtools/tinderbox/buildwho.pl b/mozilla/webtools/tinderbox/buildwho.pl
index 78a1856d748..7f254d82bd9 100755
--- a/mozilla/webtools/tinderbox/buildwho.pl
+++ b/mozilla/webtools/tinderbox/buildwho.pl
@@ -64,7 +64,7 @@ sub build_who {
close(BUILDLOG);
#($j,$query_date_min) = split(/\|/, $line);
- $query_date_min = time - (60 * 60 * 40);
+ $query_date_min = time - (60 * 60 * 24 * 7); # One week.
if( $F_DEBUG ){
print "Minimum date: $query_date_min\n";
diff --git a/mozilla/webtools/tinderbox/showbuilds.cgi b/mozilla/webtools/tinderbox/showbuilds.cgi
index 28f172dc36f..27058ce4a83 100755
--- a/mozilla/webtools/tinderbox/showbuilds.cgi
+++ b/mozilla/webtools/tinderbox/showbuilds.cgi
@@ -390,7 +390,7 @@ sub display_build_table_header {
sub display_build_table_footer {
print "\n";
- print "Show more checkin history
\n";
+ print "Show more checkin history
\n";
if (open(FOOTER, "<$data_dir/footer.html")) {
while (