Fix issue of definition name html output

pull/645/head
Tienson Qin 2020-05-30 20:17:12 +08:00
parent effeb373de
commit 39b74b07d8
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@
(cond
name
[:dl {:checked checked?}
[:dt name]
[:dt (map-inline config name)]
(->elem :dd
(vec-cat content [items]))]