]> sipb.mit.edu Git - ikiwiki.git/commitdiff
shorten further
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Sep 2006 23:55:21 +0000 (23:55 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 7 Sep 2006 23:55:21 +0000 (23:55 +0000)
IkiWiki/Plugin/aggregate.pm

index f34871f4a08a67beb23ddae9ff07b9562ebf15a2..22f46aac0e47dcced33fe08ee67e660423d570db 100644 (file)
@@ -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" : "").
               ")";
 } # }}}