chiark / gitweb /
Show 8 lines of posts, rather than 5 [Todal request]
authorMatthew Vernon <matthewv@chiark.greenend.org.uk>
Sun, 5 Jan 2014 18:58:47 +0000 (18:58 +0000)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Sun, 5 Jan 2014 18:58:47 +0000 (18:58 +0000)
webstump/scripts/html_output.pl

index 0529a82b6bdd4ecc9ec8ee52ffd4ee3af928f2bb..c89c3f6585d3d2792885bfbf0a6a6d97f7ba82dc 100644 (file)
@@ -567,7 +567,7 @@ queue.\n";
 
         my $i = 0;
 
-        while( ($_ = <PROLOG>) && $i < 5 ) {
+        while( ($_ = <PROLOG>) && $i < 8 ) {
             chop;
            next if m/^\>/;
            s/\&/&amp;/g;