mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-29 04:06:42 +02:00
Revert "Outlook 'compatible' highlight"
This reverts commit aff4347a8b.
This commit is contained in:
@@ -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;\">");
|
||||
|
||||
Reference in New Issue
Block a user