mirror of https://github.com/M66B/FairEmail.git
Span plain texts
This commit is contained in:
parent
7c49c33c6f
commit
c5c8d36370
|
@ -778,7 +778,7 @@ public class MessageHelper {
|
|||
}
|
||||
|
||||
if (part.isMimeType("text/plain") || text)
|
||||
result = "<pre>" + result.replaceAll("\\r?\\n", "<br />") + "</pre>";
|
||||
result = "<span>" + result.replaceAll("\\r?\\n", "<br />") + "</span>";
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue