Revert "Outlook 'compatible' highlight"

This reverts commit aff4347a8b.
pull/217/head
M66B 11 months ago
parent aff4347a8b
commit 692766be97

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

Loading…
Cancel
Save