|
@@ -2524,7 +2524,7 @@ INFO is a plist holding contextual information. See
|
|
class (concat checkbox term))
|
|
class (concat checkbox term))
|
|
"<dd>"))))
|
|
"<dd>"))))
|
|
(unless (eq type 'descriptive) checkbox)
|
|
(unless (eq type 'descriptive) checkbox)
|
|
- (org-trim contents)
|
|
+ (and contents (org-trim contents))
|
|
(case type
|
|
(case type
|
|
(ordered "</li>")
|
|
(ordered "</li>")
|
|
(unordered "</li>")
|
|
(unordered "</li>")
|