Ignore title tag

This commit is contained in:
M66B
2020-12-18 10:52:53 +01:00
parent aa9eea1c12
commit 0e7214bbe9

View File

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