X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/e89dd22a4fc303f8cdf4180c4fb9655a45e8e724..c059952238a30471c40b13effbfb4d0fa9029987:/mdoc_html.c?ds=sidebyside diff --git a/mdoc_html.c b/mdoc_html.c index 09104f8f..fba7fb6f 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_html.c,v 1.225 2015/02/12 12:24:33 schwarze Exp $ */ +/* $Id: mdoc_html.c,v 1.226 2015/03/03 21:11:34 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -411,6 +411,8 @@ print_mdoc_node(MDOC_ARGS) h->flags |= HTML_NOSPACE; return; case MDOC_EQN: + if (n->flags & MDOC_LINE) + putchar('\n'); print_eqn(h, n->eqn); break; case MDOC_TBL: