formatting

master
joey 2007-05-12 19:28:03 +00:00
parent 63995039be
commit a9f413fea8
1 changed files with 2 additions and 1 deletions

View File

@ -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";