From 58510fc58fdf4903aa9b80aa2c2a402874edb5c8 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 15 Apr 2011 15:34:05 +0000 Subject: Use CRLF + 1 space for folding --- program/include/rcube_vcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index fbe0783f1..fe9777df3 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -472,7 +472,7 @@ class rcube_vcard for ($n = $c; $c < strlen($matches[1]); $c++) { // break if length > 75 or mutlibyte character starts after position 71 if ($n > 75 || ($n > 71 && ord($matches[1][$c]) >> 6 == 3)) { - $out .= "\n "; + $out .= "\r\n "; $n = 0; } $out .= $matches[1][$c]; -- cgit v1.2.3