When an email is generated with links to the files, the following text would come through:
File Uploads:
For whatever reason, some email clients would make the
part of the link, thus breaking the link.
To fix this, I changed line 390 and 575 of multifile.inc (575 being the most direct) to add a "space" between the start and the /div.
Examlpe: $output .= '
';
This resulted in the closing
moving to the next line and freeing up the link in Outlook and iOS mail apps.
Thanks
Nick
Comments
Comment #1
jelle_sThis should be fixed in the latest dev version (download from git or wait at least 12 hours to download it from drupal.org). Can you confirm?