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):
|
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;
|
||||||
|
|
Loading…
Reference in New Issue