From: Joey Hess Date: Thu, 15 Apr 2010 18:45:03 +0000 (-0400) Subject: typo X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/691dab03069f452b95f2319f9dcc52a27c9ff7b2?hp=acd99bfe11b16e0edef570c51f840b306032efaa typo --- 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";