]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
typo
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 15 Apr 2010 18:45:03 +0000 (14:45 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 15 Apr 2010 18:45:03 +0000 (14:45 -0400)
IkiWiki/Plugin/pagestats.pm

index 48715bd3e18348fa77da30ba05ceaad0b1e3a9ca..17b26f7baa75ed3b3e68c95f310f6821227d0c89 100644 (file)
@@ -107,7 +107,7 @@ sub preprocess (@) {
 
                }
                if ($style eq 'list') {
-                       $res = "</ul>\n";
+                       $res .= "</ul>\n";
                }
                else {
                        $res .= "</div>\n";