[FIX] mail_quoted_reply: add line breaks before block quote

pull/1456/head
J.Buchholz@cibex.net 2022-12-13 11:30:20 +01:00 committed by Abraham Anes
parent edf34bda26
commit 2d65b247e4
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ class MailMessage(models.Model):
def _prep_quoted_reply_body(self): def _prep_quoted_reply_body(self):
return """ return """
<div> <div>
<br/>
<br/>
</div> </div>
<br/> <br/>
<blockquote style="padding-right:0px; padding-left:5px; border-left-color: #000; <blockquote style="padding-right:0px; padding-left:5px; border-left-color: #000;