mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Quote limit raw document
This commit is contained in:
@@ -2257,8 +2257,7 @@ public class HtmlHelper {
|
||||
int level = 1;
|
||||
Element parent = bq.parent();
|
||||
while (parent != null) {
|
||||
if ("blockquote".equals(parent.tagName()) &&
|
||||
hasBorder(parent))
|
||||
if ("blockquote".equals(parent.tagName())) // TODO: indentation
|
||||
level++;
|
||||
parent = parent.parent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user