diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-12 19:28:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-12 19:28:03 +0000 |
commit | a9f413fea8a36f27eb4e0be74bf543a99addcb78 (patch) | |
tree | a55b90658226ed5220f911e8271d72fea4d1f87f | |
parent | 63995039bee70bbc1209addfd0095d2ae8342fd7 (diff) |
formatting
-rw-r--r-- | IkiWiki/Plugin/pagestats.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/pagestats.pm b/IkiWiki/Plugin/pagestats.pm index cdde43628..5479e8986 100644 --- a/IkiWiki/Plugin/pagestats.pm +++ b/IkiWiki/Plugin/pagestats.pm @@ -49,7 +49,8 @@ sub preprocess (@) { #{{{ } sort { $counts{$b} <=> $counts{$a} } keys %counts). "\n</table>\n" ; - } else { + } + else { # In case of misspelling, default to a page cloud my $res = "<div class='pagecloud'>\n"; |