Changeset 1753
- Timestamp:
- 10/15/06 16:28:44
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/CustomFeed-Script/jsports-football.pl
r1752 r1753 35 35 title => $title->as_text . " " . $card->as_text, 36 36 date => munge_datetime($date->as_text, $hour->as_text), 37 tags => [ $mark->content->[0]->attr('alt'), $channel->as_text ],37 tags => [ $mark->content->[0]->attr('alt'), $channel->as_text, $current_league ], 38 38 }; 39 39 }
