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:
parent
aff4347a8b
commit
692766be97
1 changed files with 1 additions and 1 deletions
|
@ -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;\">");
|
||||
|
|
Loading…
Reference in a new issue