mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Fixed edit ref
This commit is contained in:
@@ -599,7 +599,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
String ref = Helper.readText(refFile);
|
||||
String plain = HtmlHelper.getText(ref);
|
||||
String html = "<p>" + plain.replaceAll("\\r?\\n", "<br />" + "</p>");
|
||||
String html = "<p>" + plain.replaceAll("\\r?\\n", "<br />") + "</p>";
|
||||
|
||||
try (BufferedWriter out = new BufferedWriter(new FileWriter(file))) {
|
||||
out.write(body);
|
||||
|
||||
Reference in New Issue
Block a user