mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
Wrap forwarded message in paragraph
This commit is contained in:
parent
0232e27d8b
commit
31ef8139e1
1 changed files with 1 additions and 1 deletions
|
@ -3048,7 +3048,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
boolean quote_reply = prefs.getBoolean("quote_reply", true);
|
||||
boolean quote = (quote_reply && ("reply".equals(action) || "reply_all".equals(action)));
|
||||
|
||||
e.tagName(quote ? "blockquote" : "div");
|
||||
e.tagName(quote ? "blockquote" : "p");
|
||||
div.appendChild(e);
|
||||
|
||||
document.body().appendChild(div);
|
||||
|
|
Loading…
Reference in a new issue