0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Merge pull request #4464 from jaswilli/whitespace

Clean up whitespace from #4349.
This commit is contained in:
Hannah Wolfe 2014-11-16 20:15:34 +00:00
commit f76088169a

View file

@ -77,7 +77,7 @@ GhostMailer.prototype.send = function (message) {
from: self.from(),
to: to,
generateTextFromHTML: true,
encoding: 'base64' // Outlook doesn't like default 'quoted-printable' encoding inside links when the url is splited with '='
encoding: 'base64'
});
return new Promise(function (resolve, reject) {