Small improvement

This commit is contained in:
M66B 2020-11-08 21:15:50 +01:00
parent 82173bfe06
commit 588b009f86
1 changed files with 3 additions and 0 deletions

View File

@ -2399,6 +2399,9 @@ public class HtmlHelper {
if (llevel > 0)
setSpan(ssb, new LeadingMarginSpan.Standard(llevel * dp24), start, ssb.length());
break;
case "p": // signature
// Do nothing
break;
case "small":
setSpan(ssb, new RelativeSizeSpan(FONT_SMALL), start, ssb.length());
break;