From 3902d6481bfd3410c1e1f6d8a4f4ac2f5d3c0cc4 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Sun, 5 Jan 2014 18:58:47 +0000 Subject: [PATCH] Show 8 lines of posts, rather than 5 [Todal request] --- webstump/scripts/html_output.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2