mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Ignore meta tag
This commit is contained in:
parent
03b40c1417
commit
4453ab69ec
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue