shorten further

master
joey 2006-09-07 23:55:21 +00:00
parent 2fd2646e66
commit 6e273d60a6
1 changed files with 1 additions and 2 deletions

View 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" : "").
")";
} # }}}