diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-07 23:55:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-07 23:55:21 +0000 |
commit | 6e273d60a604ffa44547f9672ef54ea5c4269a91 (patch) | |
tree | 48556bae65aabd5dfb28da3af4b9caac85cbcfdd | |
parent | 2fd2646e6621e07d8cfb04dbff20236c86f38c63 (diff) | |
download | ikiwiki-6e273d60a604ffa44547f9672ef54ea5c4269a91.tar ikiwiki-6e273d60a604ffa44547f9672ef54ea5c4269a91.tar.gz |
shorten further
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index f34871f4a..22f46aac0 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -99,8 +99,7 @@ sub preprocess (@) { #{{{ } return "<a href=\"".$feed->{url}."\">".$feed->{name}."</a>: ". - "<i>".$feed->{message}."</i> (".$feed->{numposts}. - " stored posts". + "<i>".$feed->{message}."</i> (".$feed->{numposts}." posts". ($feed->{newposts} ? "; ".$feed->{newposts}." new" : ""). ")"; } # }}} |