mirror of https://github.com/M66B/FairEmail.git
Set indent styles
This commit is contained in:
parent
fd9cfd9c7f
commit
59208b20ee
|
@ -152,7 +152,9 @@ public class HtmlEx {
|
|||
.append(eu.faircode.email.HtmlHelper.getQuoteStyle(text, next, end))
|
||||
.append("\">");
|
||||
else if (span instanceof eu.faircode.email.IndentSpan)
|
||||
out.append("<blockquote>");
|
||||
out.append("<blockquote style=\"")
|
||||
.append(eu.faircode.email.HtmlHelper.getIndentStyle(text, next, end))
|
||||
.append("\">");
|
||||
}
|
||||
|
||||
withinBlockquote(out, text, i, next, option);
|
||||
|
|
Loading…
Reference in New Issue