mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Fixed initial space
This commit is contained in:
parent
cf129acd3b
commit
6f2843baae
1 changed files with 2 additions and 2 deletions
|
@ -1144,7 +1144,7 @@ public class FragmentCompose extends FragmentEx {
|
|||
body = body.replaceAll("\\r?\\n", "<br />");
|
||||
|
||||
if (pro)
|
||||
body += "<p> </p><p><tt> </tt></p>";
|
||||
body += "<br /><p><tt> </tt></p>";
|
||||
} else {
|
||||
result.draft.thread = ref.thread;
|
||||
|
||||
|
@ -1209,7 +1209,7 @@ public class FragmentCompose extends FragmentEx {
|
|||
|
||||
body = text + body;
|
||||
} else
|
||||
body = "<p> </p>" + body;
|
||||
body = "<br />" + body;
|
||||
}
|
||||
|
||||
result.draft.content = true;
|
||||
|
|
Loading…
Reference in a new issue