mirror of https://github.com/M66B/FairEmail.git
Apply quote style pre
This commit is contained in:
parent
a2e9b60104
commit
d6712fab71
|
@ -1751,7 +1751,9 @@ public class HtmlHelper {
|
||||||
while (line.startsWith(">")) {
|
while (line.startsWith(">")) {
|
||||||
tlevel++;
|
tlevel++;
|
||||||
if (tlevel > level)
|
if (tlevel > level)
|
||||||
sb.append("<blockquote>");
|
sb.append("<blockquote style=\"")
|
||||||
|
.append(getQuoteStyle(line, 0, line.length()))
|
||||||
|
.append("\">");
|
||||||
|
|
||||||
line = line.substring(1); // >
|
line = line.substring(1); // >
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue