Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
web commit by http://smcv.pseudorandom.co.uk/
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
pagestats.pm
diff --git
a/IkiWiki/Plugin/pagestats.pm
b/IkiWiki/Plugin/pagestats.pm
index cdde43628d7997eb1ac442bc5c5f0d9b2a3e0982..5479e89864f792341505bea00b533b56b3bcc39f 100644
(file)
--- 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";