remove CSS from RSS items
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 2 Feb 2010 14:14:31 +0000 (15:14 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 2 Feb 2010 14:14:31 +0000 (15:14 +0100)
bin/calendar.pl

index 71ab065..2898779 100755 (executable)
@@ -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' );