From 224e7d1a7b999f4d7c8037844b38f1458f7f673f Mon Sep 17 00:00:00 2001 From: Bastien Durel Date: Wed, 26 Aug 2015 16:45:57 +0200 Subject: [PATCH] tabify --- utils/mail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mail.go b/utils/mail.go index 18b9a8591b..81f2f9ac78 100644 --- a/utils/mail.go +++ b/utils/mail.go @@ -102,7 +102,7 @@ func SendMail(to, subject, body string) *model.AppError { headers["Subject"] = html.UnescapeString(subject) headers["MIME-version"] = "1.0" headers["Content-Type"] = "text/html" - headers["Date"] = time.Now().Format(time.RFC822) + headers["Date"] = time.Now().Format(time.RFC822) message := "" for k, v := range headers {