Ignore style flag

This commit is contained in:
M66B
2020-10-31 07:19:58 +01:00
parent b3b06f22b3
commit 489d7e1baf

View File

@@ -2317,6 +2317,8 @@ public class HtmlHelper {
case "strike":
setSpan(ssb, new StrikethroughSpan(), start, ssb.length());
break;
case "style":
break;
case "tt":
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
break;