diff --git a/services/mailer/mail.go b/services/mailer/mail.go index 040fb94a92..8d231e08fa 100644 --- a/services/mailer/mail.go +++ b/services/mailer/mail.go @@ -398,6 +398,7 @@ func Base64InlineImages(body string, ctx *MailCommentContext) (string, error) { } log.Trace("Old value of src attribute: %s, new value (first 100 characters): %s", attr.Val, dataURI[:100]) n.Attr[i].Val = dataURI + break } } }