Skip to content

Commit 9a832ea

Browse files
committed
Space after new line for Apple Calendar
1 parent ab83aa8 commit 9a832ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICalendarOrg/ZCiCalDataNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function __toString() : string
135135

136136
while (\strlen($value) > 70)
137137
{
138-
$part = $part . \substr($value, 0, 67) . "\r\n";
138+
$part = $part . \substr($value, 0, 67) . "\r\n ";
139139
$value = \substr($value, 67);
140140
}
141141
$part .= $value;

0 commit comments

Comments
 (0)