Ignore script element

This commit is contained in:
M66B 2020-10-02 22:30:03 +02:00
parent 4e5737982f
commit fdeb745e8e
1 changed files with 3 additions and 0 deletions

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;