Projet

Général

Profil

Révision 30d5b9c5

Ajouté par Mathieu Schiano Di Schiabica il y a environ 8 ans

Update to 7.42

Voir les différences:

drupal7/includes/mail.inc
566 566
  // Use soft-breaks only for purely quoted or unindented text.
567 567
  $line = wordwrap($line, 77 - $values['length'], $values['soft'] ? " \n" : "\n");
568 568
  // Break really long words at the maximum width allowed.
569
  $line = wordwrap($line, 996 - $values['length'], $values['soft'] ? " \n" : "\n");
569
  $line = wordwrap($line, 996 - $values['length'], $values['soft'] ? " \n" : "\n", TRUE);
570 570
}
571 571

  
572 572
/**

Formats disponibles : Unified diff