mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Fixed initial space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user