Quote in right direction

This commit is contained in:
M66B
2021-07-07 20:07:11 +02:00
parent e0216a142d
commit 1de051615b
4 changed files with 20 additions and 4 deletions

View File

@@ -649,7 +649,7 @@ public class EntityRule {
Element e = answering.body();
if (quote) {
String style = e.attr("style");
style = HtmlHelper.mergeStyles(style, HtmlHelper.QUOTE_STYLE);
style = HtmlHelper.mergeStyles(style, HtmlHelper.getQuoteStyle(e));
e.tagName("blockquote").attr("style", style);
} else
e.tagName("p");