Ignore style element

This commit is contained in:
M66B 2020-12-06 09:17:39 +01:00
parent 5645ad4f12
commit cebd4fff4c
1 changed files with 3 additions and 0 deletions

View File

@ -2348,6 +2348,9 @@ public class HtmlHelper {
// Signature
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
break;
case "style":
// signatures
break;
case "ol":
case "ul":
int llevel = 0;