mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix WSP issue in QP paramters
This commit is contained in:
parent
d6663242d1
commit
ca9f3fe1eb
@ -1566,7 +1566,7 @@ class Horde_iCalendar {
|
|||||||
}
|
}
|
||||||
// Wrap at line breaks for better readability (rule 4).
|
// Wrap at line breaks for better readability (rule 4).
|
||||||
if (substr($line, -3) == '=0A') {
|
if (substr($line, -3) == '=0A') {
|
||||||
$output .= $line . "=\r\n ";
|
$output .= $line . "=\r\n";
|
||||||
$line = '';
|
$line = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user