mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Allow more WS in line folding of new formats
This commit is contained in:
parent
8b634510aa
commit
734dc8e859
@ -620,7 +620,7 @@ class Horde_iCalendar {
|
||||
// old formats force folding at whitespace which must therefore be preserved
|
||||
$vCal = preg_replace('/[\r\n]+([ \t])/', '\1', $vCal);
|
||||
} else {
|
||||
$vCal = preg_replace('/[\r\n]+[ \t]/', '', $vCal);
|
||||
$vCal = preg_replace('/[\r\n]+[ \t]+/', '', $vCal);
|
||||
}
|
||||
|
||||
$isDate = false;
|
||||
|
Loading…
Reference in New Issue
Block a user