From 691dab03069f452b95f2319f9dcc52a27c9ff7b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Apr 2010 14:45:03 -0400 Subject: [PATCH 1/1] typo --- IkiWiki/Plugin/pagestats.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/pagestats.pm b/IkiWiki/Plugin/pagestats.pm index 48715bd3e..17b26f7ba 100644 --- a/IkiWiki/Plugin/pagestats.pm +++ b/IkiWiki/Plugin/pagestats.pm @@ -107,7 +107,7 @@ sub preprocess (@) { } if ($style eq 'list') { - $res = "\n"; + $res .= "\n"; } else { $res .= "\n"; -- 2.44.0