mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added support for decimal bullets
This commit is contained in:
@@ -2755,7 +2755,8 @@ public class HtmlHelper {
|
||||
if (level > 0)
|
||||
level--;
|
||||
|
||||
if (list == null || "ul".equals(list.tagName())) {
|
||||
if (list == null || ("ul".equals(list.tagName()) &&
|
||||
!(ltype != null && ltype.startsWith("decimal")))) {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul
|
||||
Object ul;
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.P)
|
||||
|
||||
Reference in New Issue
Block a user