diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 14:45:03 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 14:45:03 -0400 |
commit | 691dab03069f452b95f2319f9dcc52a27c9ff7b2 (patch) | |
tree | d4cbe35d3b100457344128acb00afd72fa8b8c05 | |
parent | acd99bfe11b16e0edef570c51f840b306032efaa (diff) | |
download | ikiwiki-691dab03069f452b95f2319f9dcc52a27c9ff7b2.tar ikiwiki-691dab03069f452b95f2319f9dcc52a27c9ff7b2.tar.gz |
typo
-rw-r--r-- | IkiWiki/Plugin/pagestats.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "</ul>\n"; + $res .= "</ul>\n"; } else { $res .= "</div>\n"; |