diff options
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index e0db3832..22011403 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -2091,8 +2091,6 @@ mdoc_li_pre(MDOC_ARGS) PAIR_CLASS_INIT(&tag, "lit"); print_otag(h, TAG_SPAN, 1, &tag); - if (NULL == n->child) - print_text(h, ""); return(1); } |