From: Matthew Vernon Date: Sun, 5 Jan 2014 18:58:47 +0000 (+0000) Subject: Show 8 lines of posts, rather than 5 [Todal request] X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=commitdiff_plain;h=3902d6481bfd3410c1e1f6d8a4f4ac2f5d3c0cc4;p=modbot-uram.git Show 8 lines of posts, rather than 5 [Todal request] --- diff --git a/webstump/scripts/html_output.pl b/webstump/scripts/html_output.pl index 0529a82..c89c3f6 100644 --- a/webstump/scripts/html_output.pl +++ b/webstump/scripts/html_output.pl @@ -567,7 +567,7 @@ queue.\n"; my $i = 0; - while( ($_ = ) && $i < 5 ) { + while( ($_ = ) && $i < 8 ) { chop; next if m/^\>/; s/\&/&/g;