Skip to content

Commit

Permalink
Fix RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Mar 11, 2005
1 parent e483a95 commit 3a51fc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/ScheduleShifts/shifts.pl
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@ sub getDaddyList {
}

xmlDisplay(rss => {
channel => {
channel => {
title => "$constants->{sitename} shifts for $when",
'link' => $link,
},
items => \@items
items => \@items,
rdfitemdesc => 1,
rdfitemdesc_html => 1,
});
}

Expand Down

0 comments on commit 3a51fc0

Please sign in to comment.