remove carriage return from end of .ics
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 18 Mar 2022 00:41:47 +0000 (20:41 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 18 Mar 2022 00:41:47 +0000 (20:41 -0400)
generate-ics

index 0b9236101439352039f9d2dd87522ca79d42704e..abaacd0edb1e7e31f9f095ba56999b8fae16eb06 100755 (executable)
@@ -76,5 +76,5 @@ foreach ($csv as $linenum => $line) {
 }
 
 // print out footer for vcalendar
-echo "END:VCALENDAR\r\n";
+echo "END:VCALENDAR\n";