diff --git a/feeds/ical.php b/feeds/ical.php index e3357aac..bac542c9 100644 --- a/feeds/ical.php +++ b/feeds/ical.php @@ -29,7 +29,7 @@ $timezone = sanitize_option( 'timezone_string', get_option( 'timezone_string' ) // Get the URL $url = add_query_arg( 'feed', 'sp-ical', get_post_permalink( $post ) ); -$url = wordwrap( $url , 60, "\n\t", true ); +$url = wordwrap( $url , 60, "\r\n\t", true ); $output = "BEGIN:VCALENDAR\r\n" .