mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Ignore title tag
This commit is contained in:
parent
aa9eea1c12
commit
0e7214bbe9
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue