--- share/web/templates/fragments/item/short 2007/02/19 16:28:00 28 +++ share/web/templates/fragments/item/short 2007/07/04 09:58:06 169 @@ -17,7 +17,7 @@ <% $item->title %> in <% $item->in_feed->title %> -% foreach my $f ( qw/category author issued modified/ ) { +% foreach my $f ( qw/category author created_on last_update/ ) { % if ( $item->$f ) { <% ( $desc->{$f} || '' ) . ' ' . $item->$f %> % }