X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/542b6aa18abe9cadcf68c4a5c88bde4353e5eac9..6e90fac7fec4b2dee047eafedfb9674274f48963:/tbl_html.c diff --git a/tbl_html.c b/tbl_html.c index 2a93de63..1de1bb8b 100644 --- a/tbl_html.c +++ b/tbl_html.c @@ -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 * @@ -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);