Ignore meta tag

This commit is contained in:
M66B 2020-10-16 19:11:36 +02:00
parent 03b40c1417
commit 4453ab69ec
1 changed files with 3 additions and 0 deletions

View File

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