Handle code tag in signatures

This commit is contained in:
M66B 2020-11-24 18:31:28 +01:00
parent 0fb8fec6bb
commit bd6ebc52f0
1 changed files with 1 additions and 0 deletions

View File

@ -2386,6 +2386,7 @@ public class HtmlHelper {
// Signature
break;
case "b":
case "code": // Signature
case "strong":
setSpan(ssb, new StyleSpan(Typeface.BOLD), start, ssb.length());
break;