remove the "0 new", it's not very useful
parent
516eaeafbd
commit
2fd2646e66
|
@ -100,7 +100,9 @@ sub preprocess (@) { #{{{
|
|||
|
||||
return "<a href=\"".$feed->{url}."\">".$feed->{name}."</a>: ".
|
||||
"<i>".$feed->{message}."</i> (".$feed->{numposts}.
|
||||
" stored posts; ".$feed->{newposts}." new)";
|
||||
" stored posts".
|
||||
($feed->{newposts} ? "; ".$feed->{newposts}." new" : "").
|
||||
")";
|
||||
} # }}}
|
||||
|
||||
sub delete (@) { #{{{
|
||||
|
|
Loading…
Reference in New Issue