mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Span plain texts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user