diff options
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index e8606abb..87c06470 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -395,6 +395,7 @@ print_mdoc_node(MDOC_ARGS) assert(h->tblt == NULL); if (n->tok < ROFF_MAX) { roff_html_pre(h, n); + child = 0; break; } assert(n->tok >= MDOC_Dd && n->tok < MDOC_MAX); |