thomascube
2011-04-15 58510fc58fdf4903aa9b80aa2c2a402874edb5c8
Use CRLF + 1 space for folding

1 files modified
2 ■■■ changed files
program/include/rcube_vcard.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_vcard.php
@@ -472,7 +472,7 @@
    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];