close #1784
@@ -396,7 +396,7 @@ li p:first-child,
}
li p:last-child,
-.block-body p:last-child {
+.block-body p:last-child, .block-body ul:last-child, .block-body ol:last-child, .block-body dl:last-child {
margin-bottom: 0;
@@ -1778,7 +1778,10 @@
(if (nil? checkbox)
(->elem
:li
- {:checked checked?}
+ (cond->
+ {:checked checked?}
+ number
+ (assoc :value number))
(vec-cat
[(->elem
:p