Keep list style type

This commit is contained in:
M66B 2021-07-09 10:38:48 +02:00
parent 4d0a689f0f
commit e941f03c1d
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}