From 1aaac868f280b118146e545db323fc4899d7f4bf Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 15 Apr 2011 15:34:05 +0000 Subject: Use CRLF + 1 space for folding git-svn-id: https://svn.roundcube.net/trunk@4658 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_vcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/include/rcube_vcard.php b/roundcubemail/program/include/rcube_vcard.php index fbe0783f1..fe9777df3 100644 --- a/roundcubemail/program/include/rcube_vcard.php +++ b/roundcubemail/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