Fix WSP issue in QP paramters

This commit is contained in:
Jörg Lehrke 2009-11-25 09:41:58 +00:00
parent afd6dd3ef0
commit 67bd6b14bd

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 = '';
}
}