]> git.cameronkatri.com Git - mandoc.git/blobdiff - tbl_html.c
Don't let .Ta creep into an already-closed list; same as for .It.
[mandoc.git] / tbl_html.c
index 2a93de63be3245edb33bc6d0f4d59b6edf2f09d4..1de1bb8bdc9d8c07df95027dd98fe15932e49529 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: tbl_html.c,v 1.12 2014/08/10 23:54:41 schwarze Exp $ */
+/*     $Id: tbl_html.c,v 1.13 2014/10/14 02:16:06 schwarze Exp $ */
 /*
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -57,7 +57,7 @@ html_tblopen(struct html *h, const struct tbl_span *sp)
        if (TBL_SPAN_FIRST & sp->flags) {
                h->tbl.len = html_tbl_len;
                h->tbl.slen = html_tbl_strlen;
-               tblcalc(&h->tbl, sp);
+               tblcalc(&h->tbl, sp, 0);
        }
 
        assert(NULL == h->tblt);