1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Ignore title tag

This commit is contained in:
M66B 2020-12-18 10:52:53 +01:00
parent aa9eea1c12
commit 0e7214bbe9

View file

@ -2414,6 +2414,9 @@ public class HtmlHelper {
case "strike":
setSpan(ssb, new StrikethroughSpan(), start, ssb.length());
break;
case "title":
// Signature, etc
break;
case "tt":
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
break;