mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Set indent styles
This commit is contained in:
parent
fd9cfd9c7f
commit
59208b20ee
1 changed files with 3 additions and 1 deletions
|
@ -152,7 +152,9 @@ public class HtmlEx {
|
||||||
.append(eu.faircode.email.HtmlHelper.getQuoteStyle(text, next, end))
|
.append(eu.faircode.email.HtmlHelper.getQuoteStyle(text, next, end))
|
||||||
.append("\">");
|
.append("\">");
|
||||||
else if (span instanceof eu.faircode.email.IndentSpan)
|
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);
|
withinBlockquote(out, text, i, next, option);
|
||||||
|
|
Loading…
Reference in a new issue