mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Normalize html line breaks
This commit is contained in:
@@ -388,7 +388,7 @@ public class Log {
|
||||
sb.append(ex.toString()).append("\n").append(android.util.Log.getStackTraceString(ex));
|
||||
if (log != null)
|
||||
sb.append(log);
|
||||
String body = "<pre>" + sb.toString().replaceAll("\\r?\\n", "<br />") + "</pre>";
|
||||
String body = "<pre>" + sb.toString().replaceAll("\\r?\\n", "<br>") + "</pre>";
|
||||
|
||||
EntityMessage draft;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user