Fix WSP issue in QP paramters

This commit is contained in:
Jörg Lehrke 2009-11-25 09:40:25 +00:00
parent d6663242d1
commit ca9f3fe1eb

View File

@ -1566,7 +1566,7 @@ class Horde_iCalendar {
}
// Wrap at line breaks for better readability (rule 4).
if (substr($line, -3) == '=0A') {
$output .= $line . "=\r\n ";
$output .= $line . "=\r\n";
$line = '';
}
}