@@ -49,7 +49,7 @@ |
||
| 49 | 49 | $text = str_replace(["<br>\r", "<BR>\r", "<br />\r", "<BR />\r"], self::RFC2455_LITERAL_NEWLINE, $text); |
| 50 | 50 | // Split the text into separate lines |
| 51 | 51 | $lines = explode(self::RFC2455_EOL, $text); |
| 52 | - foreach ($lines as $key => $line) { |
|
| 52 | + foreach ($lines as $key => $line) { |
|
| 53 | 53 | $result .= $this->icalSplit('', $line) . self::RFC2455_EOL; |
| 54 | 54 | } |
| 55 | 55 | |