]> sipb.mit.edu Git - ikiwiki.git/commitdiff
formatting
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 12 May 2007 19:28:03 +0000 (19:28 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 12 May 2007 19:28:03 +0000 (19:28 +0000)
IkiWiki/Plugin/pagestats.pm

index cdde43628d7997eb1ac442bc5c5f0d9b2a3e0982..5479e89864f792341505bea00b533b56b3bcc39f 100644 (file)
@@ -49,7 +49,8 @@ sub preprocess (@) { #{{{
                        }
                        sort { $counts{$b} <=> $counts{$a} } keys %counts).
                        "\n</table>\n" ;
                        }
                        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";
                # In case of misspelling, default to a page cloud
 
                my $res = "<div class='pagecloud'>\n";