1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-02 21:24:34 +00:00

Revert "Outlook 'compatible' highlight"

This reverts commit aff4347a8b.
This commit is contained in:
M66B 2024-10-30 13:13:13 +01:00
parent aff4347a8b
commit 692766be97

View file

@ -410,7 +410,7 @@ public class HtmlEx {
out.append("<u>");
}
if (style[j] instanceof StyleHelper.MarkSpan) {
out.append("<mark style=\"mso-highlight: yellow;\">");
out.append("<mark>");
}
if (style[j] instanceof StrikethroughSpan) {
out.append("<span style=\"text-decoration:line-through;\">");