mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Keep list style type
This commit is contained in:
@@ -831,6 +831,8 @@ public class HtmlHelper {
|
||||
case "list-style-type":
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
|
||||
element.attr("x-list-style", value);
|
||||
if (!view)
|
||||
sb.append(key).append(':').append(value).append(';');
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user