mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Fixed mixed list indentation
This commit is contained in:
@@ -2199,7 +2199,7 @@ public class HtmlHelper {
|
||||
int llevel = 0;
|
||||
Element lparent = element.parent();
|
||||
while (lparent != null) {
|
||||
if (lparent.tagName().equals(element.tagName()))
|
||||
if ("ol".equals(element.tagName()) || "ul".equals(element.tagName()))
|
||||
llevel++;
|
||||
lparent = lparent.parent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user