mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Insert newline before signature separator
This commit is contained in:
@@ -6141,6 +6141,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
// https://datatracker.ietf.org/doc/html/rfc3676#section-4.3
|
||||
Element span = document.createElement("span");
|
||||
span.text("-- ");
|
||||
span.prependElement("br");
|
||||
span.appendElement("br");
|
||||
div.appendChild(span);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user