From c1f1560da005b58fb0639563980d1697e76e4660 Mon Sep 17 00:00:00 2001 From: jb Date: Tue, 13 Dec 2022 11:30:20 +0100 Subject: [PATCH] [FIX] mail_quoted_reply: add line breaks before block quote --- mail_quoted_reply/models/mail_message.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail_quoted_reply/models/mail_message.py b/mail_quoted_reply/models/mail_message.py index a401140..242a414 100644 --- a/mail_quoted_reply/models/mail_message.py +++ b/mail_quoted_reply/models/mail_message.py @@ -11,6 +11,8 @@ class MailMessage(models.Model): def _prep_quoted_reply_body(self): return """
+
+