mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Ignore script element
This commit is contained in:
parent
4e5737982f
commit
fdeb745e8e
1 changed files with 3 additions and 0 deletions
|
@ -2209,6 +2209,9 @@ public class HtmlHelper {
|
|||
case "pre":
|
||||
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
|
||||
break;
|
||||
case "script":
|
||||
// Do nothing
|
||||
break;
|
||||
case "small":
|
||||
setSpan(ssb, new RelativeSizeSpan(FONT_SMALL), start, ssb.length());
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue