From 068bdebaf39570b6a01506886f67b47bbb8e6fd2 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mdoc_html.c') diff --git a/mdoc_html.c b/mdoc_html.c index 5b7fc742..88037fad 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.222 2015/02/05 00:14:13 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.223 2015/02/05 01:46:56 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -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 v1.2.3