mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Apply quote style pre
This commit is contained in:
@@ -1751,7 +1751,9 @@ public class HtmlHelper {
|
||||
while (line.startsWith(">")) {
|
||||
tlevel++;
|
||||
if (tlevel > level)
|
||||
sb.append("<blockquote>");
|
||||
sb.append("<blockquote style=\"")
|
||||
.append(getQuoteStyle(line, 0, line.length()))
|
||||
.append("\">");
|
||||
|
||||
line = line.substring(1); // >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user