When an email is generated with links to the files, the following text would come through:

File Uploads:

class="multifile-file">http://www.domain.com/sites/default/files/webform/file.PNG

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

jelle_s’s picture

Status: Active » Fixed

This 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?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.