1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 17:27:00 +00:00

Ignore script element

This commit is contained in:
M66B 2020-10-02 22:30:03 +02:00
parent 4e5737982f
commit fdeb745e8e

View file

@ -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;