MantisBT: master-1.3.x 5407ec7d

Author Committer Branch Timestamp Parent
dregad dregad master-1.3.x 2016-11-11 01:59 master-1.3.x 6da2777b
Affected Issues  0021896: Fix Outlook preview for email notifications by removing empty line at top
Changeset

Remove leading newline from email body

This extra blank line prevents email clients such as Outlook from
displaying a preview of MantisBT's notification messages in a list view.

The newline does not serve any known purpose (PHPMailer already adds one
to separate the message header from its body), and testing does not show
any regression when notifications are sent sent without it.

This commit removes the extra '\n'.

Fixes 0021896

mod - core/email_api.php Diff File