[FIX] mail_quoted_reply: add line breaks before block quote
This commit is contained in:
parent
52f2966e19
commit
c1f1560da0
@ -11,6 +11,8 @@ class MailMessage(models.Model):
|
||||
def _prep_quoted_reply_body(self):
|
||||
return """
|
||||
<div>
|
||||
<br/>
|
||||
<br/>
|
||||
</div>
|
||||
<br/>
|
||||
<blockquote style="padding-right:0px; padding-left:5px; border-left-color: #000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user