From 902f6a979cb9238ddee3e60feebb858f2c773e7f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 5 Feb 2015 01:46:56 +0000 Subject: fix handling of empty .An macros --- mdoc_html.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 82aa5d95..3d699e61 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1253,9 +1253,6 @@ mdoc_an_pre(MDOC_ARGS) return(0); } - if (n->child == NULL) - return(0); - if (h->flags & HTML_SPLIT) print_otag(h, TAG_BR, 0, NULL); -- cgit