mirror of https://github.com/OCA/social.git
[FIX] mail_quoted_reply: add line breaks before block quote
parent
edf34bda26
commit
2d65b247e4
|
@ -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…
Reference in New Issue