mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Handle pre in signatures
This commit is contained in:
@@ -2343,6 +2343,10 @@ public class HtmlHelper {
|
||||
setSpan(ssb, new NumberSpan(dp6, colorAccent, textSize, index), start, ssb.length());
|
||||
}
|
||||
break;
|
||||
case "pre":
|
||||
// Signature
|
||||
setSpan(ssb, new TypefaceSpan("monospace"), start, ssb.length());
|
||||
break;
|
||||
case "ol":
|
||||
case "ul":
|
||||
int llevel = 0;
|
||||
|
||||
Reference in New Issue
Block a user