Fixed initial space

This commit is contained in:
M66B 2018-11-15 08:01:55 +01:00
parent cf129acd3b
commit 6f2843baae
1 changed files with 2 additions and 2 deletions

View File

@ -1144,7 +1144,7 @@ public class FragmentCompose extends FragmentEx {
body = body.replaceAll("\\r?\\n", "<br />");
if (pro)
body += "<p>&nbsp;</p><p><tt>&nbsp;</tt></p>";
body += "<br /><p><tt>&nbsp;</tt></p>";
} else {
result.draft.thread = ref.thread;
@ -1209,7 +1209,7 @@ public class FragmentCompose extends FragmentEx {
body = text + body;
} else
body = "<p>&nbsp;</p>" + body;
body = "<br />" + body;
}
result.draft.content = true;