Skip to content

Commit

Permalink
ics description fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Mar 7, 2024
1 parent 6ce7c6c commit 110f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Espo/Modules/Crm/Business/Event/Ics.php
Expand Up @@ -135,6 +135,6 @@ private function formatMultiline(?string $string): string
return '';
}

return str_replace(["\r\n", "\n"], "\\r\\n", $string);
return str_replace(["\r\n", "\n"], "\\n", $string);
}
}

0 comments on commit 110f769

Please sign in to comment.