mirror of https://github.com/M66B/FairEmail.git
Ignore meta tag
This commit is contained in:
parent
03b40c1417
commit
4453ab69ec
|
@ -2232,6 +2232,9 @@ public class HtmlHelper {
|
|||
if (llevel > 0)
|
||||
setSpan(ssb, new LeadingMarginSpan.Standard(llevel * dp24), start, ssb.length());
|
||||
break;
|
||||
case "meta":
|
||||
// Do nothing
|
||||
break;
|
||||
case "pre":
|
||||
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue