X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=bin%2Fcalendar.pl;h=2898779c8d0aad250de3700879e92f12f127546b;hb=HEAD;hp=71ab0658936524853f7ae23fc429f6ce163d995d;hpb=a36505a210da64cacc3c43ef63fa7d9b0077f647;p=HTML5TV.git diff --git a/bin/calendar.pl b/bin/calendar.pl index 71ab065..2898779 100755 --- a/bin/calendar.pl +++ b/bin/calendar.pl @@ -90,7 +90,7 @@ foreach my $path ( glob 'media/*/hCalendar.html' ) { my $item = $feed->add_item( "$url/$media.html" ); $item->title( $hcal->summary ); $item->pubDate( $pubDate ); - $item->description( $style . $resolver->resolve( $html ) ); + $item->description( $resolver->resolve( $html ) ); } $feed->to_file( 'www/calendar.xml' );